Color Hex Logo

#cfdc83 Color Hex

#CFDC83
(207,220,131)
0 Favorites   0 Comments

Color spaces of #cfdc83

RGB 207220131
HSL0.190.560.69
HSV69°40°86°
CMYK 0.060.000.40   0.14
XYZ55.422166.090531.3084
Yxy66.09050.36270.4325
Hunter Lab81.2961-20.579034.0737
CIE-Lab85.0426-17.808742.2043

#cfdc83 color RGB value is (207,220,131).

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

The process color (four color CMYK) of #cfdc83 color hex is 0.06, 0.00, 0.40, 0.14. Web safe color of #cfdc83 is #cccc99. Color #cfdc83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011100 10000011
Octal 317 334 203
Decimal 207 220 131
Hex CF DC 83

RGB Percentages of Color #cfdc83

%37.10
%39.43
%23.48

CMYK Percentages of Color #cfdc83

%6
%0
%40
%14

Triadic Colors of #cfdc83

#cfdc83 #83cfdc #dc83cf

Analogous Colors of #cfdc83

#cfdc83 #a3dc83 #dcbd83

Monochromatic Colors of #cfdc83

#cfdc83

Complementary Color

#cfdc83 #9083dc

#cfdc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdc83 Color CSS Codes

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

#cfdc83 Text Font Color

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

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


#cfdc83 Background Color

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

This div background color is #cfdc83


#cfdc83 Border Color

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

This div border color is #cfdc83


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,220,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 #cfdc83">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdc83


Comments

No comments written yet.

Please login to write comment.