Color Hex Logo

#cfdd90 Color Hex

#CFDD90
(207,221,144)
0 Favorites   0 Comments

Color spaces of #cfdd90

RGB 207221144
HSL0.200.530.72
HSV71°35°87°
CMYK 0.060.000.35   0.13
XYZ56.622666.991936.3320
Yxy66.99190.35400.4188
Hunter Lab81.8486-19.749330.9756
CIE-Lab85.4999-16.785236.2795

#cfdd90 color RGB value is (207,221,144).

#cfdd90 hex color red value is 207, green value is 221 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cfdd90 hue: 0.20 , saturation: 0.53 and the lightness value of cfdd90 is 0.72.

The process color (four color CMYK) of #cfdd90 color hex is 0.06, 0.00, 0.35, 0.13. Web safe color of #cfdd90 is #cccc99. Color #cfdd90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011101 10010000
Octal 317 335 220
Decimal 207 221 144
Hex CF DD 90

RGB Percentages of Color #cfdd90

%36.19
%38.64
%25.17

CMYK Percentages of Color #cfdd90

%6
%0
%35
%13

Triadic Colors of #cfdd90

#cfdd90 #90cfdd #dd90cf

Analogous Colors of #cfdd90

#cfdd90 #a9dd90 #ddc590

Monochromatic Colors of #cfdd90

#cfdd90

Complementary Color

#cfdd90 #9e90dd

#cfdd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdd90 Color CSS Codes

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

#cfdd90 Text Font Color

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

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


#cfdd90 Background Color

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

This div background color is #cfdd90


#cfdd90 Border Color

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

This div border color is #cfdd90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,221,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfdd90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfdd90;
  -webkit-box-shadow: 1px 1px 3px 2px #cfdd90;
  box-shadow:         1px 1px 3px 2px #cfdd90; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,221,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdd90


Comments

No comments written yet.

Please login to write comment.