color codes Logo

#bde66e color codes

#BDE66E
(189,230,110)
0 Favorites   0 Comments

Color spaces of #bde66e

RGB 189230110
HSL0.220.710.67
HSV81°52°90°
CMYK 0.180.000.52   0.10
XYZ52.097668.538225.2352
Yxy68.53820.35710.4699
Hunter Lab82.7878-32.550239.8788
CIE-Lab86.2749-31.645453.4849

#bde66e color RGB value is (189,230,110).

#bde66e hex color red value is 189, green value is 230 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bde66e hue: 0.22 , saturation: 0.71 and the lightness value of bde66e is 0.67.

The process color (four color CMYK) of #bde66e color code is 0.18, 0.00, 0.52, 0.10. Web safe color of #bde66e is #ccff66. Color #bde66e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100110 01101110
Octal 275 346 156
Decimal 189 230 110
Hex BD E6 6E

RGB Percentages of Color #bde66e

%35.73
%43.48
%20.79

CMYK Percentages of Color #bde66e

%18
%0
%52
%10

Triadic Colors of #bde66e

#bde66e #6ebde6 #e66ebd

Analogous Colors of #bde66e

#bde66e #81e66e #e6d36e

Monochromatic Colors of #bde66e

#bde66e

Complementary Color

#bde66e #976ee6

#bde66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde66e Color CSS Codes

.mybgcolor {background-color:#bde66e; } 
.myforecolor {color:#bde66e; }
.mybordercolor {border:3px solid #bde66e; }

#bde66e Text Font Color

<p style="color:#bde66e">Text here</p>

This sample text font color is #bde66e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bde66e Background Color

<div style="background-color:#bde66e">
Div content here</div>

This div background color is #bde66e


#bde66e Border Color

<div style="border:3px solid #bde66e">
Div here</div>

This div border color is #bde66e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,230,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bde66e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bde66e;
  -webkit-box-shadow: 1px 1px 3px 2px #bde66e;
  box-shadow:         1px 1px 3px 2px #bde66e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,230,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bde66e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bde66e;
  -webkit-box-shadow: 1px 1px 3px 2px #bde66e;
  box-shadow:         1px 1px 3px 2px #bde66e;">
Div content here</div>

This div box has shadow with color #bde66e


Comments

No comments written yet.

Please login to write comment.