Color Hex Logo

#d6f09b Color Hex

#D6F09B
(214,240,155)
0 Favorites   0 Comments

Color spaces of #d6f09b

RGB 214240155
HSL0.220.740.77
HSV78°35°94°
CMYK 0.110.000.35   0.06
XYZ64.808078.982942.8398
Yxy78.98290.34730.4232
Hunter Lab88.8723-25.359733.6306
CIE-Lab91.2266-22.101638.3211

#d6f09b color RGB value is (214,240,155).

#d6f09b hex color red value is 214, green value is 240 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d6f09b hue: 0.22 , saturation: 0.74 and the lightness value of d6f09b is 0.77.

The process color (four color CMYK) of #d6f09b color hex is 0.11, 0.00, 0.35, 0.06. Web safe color of #d6f09b is #ccff99. Color #d6f09b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11110000 10011011
Octal 326 360 233
Decimal 214 240 155
Hex D6 F0 9B

RGB Percentages of Color #d6f09b

%35.14
%39.41
%25.45

CMYK Percentages of Color #d6f09b

%11
%0
%35
%6

Triadic Colors of #d6f09b

#d6f09b #9bd6f0 #f09bd6

Analogous Colors of #d6f09b

#d6f09b #acf09b #f0e09b

Monochromatic Colors of #d6f09b

#d6f09b

Complementary Color

#d6f09b #b59bf0

#d6f09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6f09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6f09b Color CSS Codes

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

#d6f09b Text Font Color

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

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


#d6f09b Background Color

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

This div background color is #d6f09b


#d6f09b Border Color

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

This div border color is #d6f09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6f09b


Comments

No comments written yet.

Please login to write comment.