Color Hex Logo

#cfdd82 Color Hex

#CFDD82
(207,221,130)
0 Favorites   0 Comments

Color spaces of #cfdd82

RGB 207221130
HSL0.190.570.69
HSV69°41°87°
CMYK 0.060.000.41   0.13
XYZ55.617866.590031.0409
Yxy66.59000.36290.4345
Hunter Lab81.6027-21.144834.5685
CIE-Lab85.2965-18.412043.0191

#cfdd82 color RGB value is (207,221,130).

#cfdd82 hex color red value is 207, green value is 221 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #cfdd82 hue: 0.19 , saturation: 0.57 and the lightness value of cfdd82 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011101 10000010
Octal 317 335 202
Decimal 207 221 130
Hex CF DD 82

RGB Percentages of Color #cfdd82

%37.10
%39.61
%23.30

CMYK Percentages of Color #cfdd82

%6
%0
%41
%13

Triadic Colors of #cfdd82

#cfdd82 #82cfdd #dd82cf

Analogous Colors of #cfdd82

#cfdd82 #a2dd82 #ddbe82

Monochromatic Colors of #cfdd82

#cfdd82

Complementary Color

#cfdd82 #9082dd

#cfdd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdd82 Color CSS Codes

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

#cfdd82 Text Font Color

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

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


#cfdd82 Background Color

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

This div background color is #cfdd82


#cfdd82 Border Color

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

This div border color is #cfdd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdd82


Comments

No comments written yet.

Please login to write comment.