Color Hex Logo

#cfdd83 Color Hex

#CFDD83
(207,221,131)
0 Favorites   0 Comments

Color spaces of #cfdd83

RGB 207221131
HSL0.190.570.69
HSV69°41°87°
CMYK 0.060.000.41   0.13
XYZ55.685366.617031.3962
Yxy66.61700.36230.4334
Hunter Lab81.6192-21.050834.3266
CIE-Lab85.3102-18.301942.5424

#cfdd83 color RGB value is (207,221,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011101 10000011
Octal 317 335 203
Decimal 207 221 131
Hex CF DD 83

RGB Percentages of Color #cfdd83

%37.03
%39.53
%23.43

CMYK Percentages of Color #cfdd83

%6
%0
%41
%13

Triadic Colors of #cfdd83

#cfdd83 #83cfdd #dd83cf

Analogous Colors of #cfdd83

#cfdd83 #a2dd83 #ddbe83

Monochromatic Colors of #cfdd83

#cfdd83

Complementary Color

#cfdd83 #9183dd

#cfdd83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdd83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdd83 Color CSS Codes

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

#cfdd83 Text Font Color

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

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


#cfdd83 Background Color

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

This div background color is #cfdd83


#cfdd83 Border Color

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

This div border color is #cfdd83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdd83


Comments

No comments written yet.

Please login to write comment.