Color Hex Logo

#d6e08a Color Hex

#D6E08A
(214,224,138)
0 Favorites   0 Comments

Color spaces of #d6e08a

RGB 214224138
HSL0.190.580.71
HSV67°38°88°
CMYK 0.040.000.38   0.12
XYZ58.974769.442434.3402
Yxy69.44240.36230.4267
Hunter Lab83.3321-19.505533.8997
CIE-Lab86.7227-16.309340.9706

#d6e08a color RGB value is (214,224,138).

#d6e08a hex color red value is 214, green value is 224 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d6e08a hue: 0.19 , saturation: 0.58 and the lightness value of d6e08a is 0.71.

The process color (four color CMYK) of #d6e08a color hex is 0.04, 0.00, 0.38, 0.12. Web safe color of #d6e08a is #cccc99. Color #d6e08a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11100000 10001010
Octal 326 340 212
Decimal 214 224 138
Hex D6 E0 8A

RGB Percentages of Color #d6e08a

%37.15
%38.89
%23.96

CMYK Percentages of Color #d6e08a

%4
%0
%38
%12

Triadic Colors of #d6e08a

#d6e08a #8ad6e0 #e08ad6

Analogous Colors of #d6e08a

#d6e08a #abe08a #e0bf8a

Monochromatic Colors of #d6e08a

#d6e08a

Complementary Color

#d6e08a #948ae0

#d6e08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6e08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6e08a Color CSS Codes

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

#d6e08a Text Font Color

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

This sample text font color is #d6e08a
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.


#d6e08a Background Color

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

This div background color is #d6e08a


#d6e08a Border Color

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

This div border color is #d6e08a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,224,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6e08a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6e08a;
  -webkit-box-shadow: 1px 1px 3px 2px #d6e08a;
  box-shadow:         1px 1px 3px 2px #d6e08a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,224,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6e08a


Comments

No comments written yet.

Please login to write comment.