Color Hex Logo

#cfcc83 Color Hex

#CFCC83
(207,204,131)
0 Favorites   0 Comments

Color spaces of #cfcc83

RGB 207204131
HSL0.160.440.66
HSV58°37°81°
CMYK 0.000.010.37   0.19
XYZ51.421758.089829.9750
Yxy58.08980.36870.4165
Hunter Lab76.2167-12.949230.0337
CIE-Lab80.7887-9.775436.7713

#cfcc83 color RGB value is (207,204,131).

#cfcc83 hex color red value is 207, green value is 204 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cfcc83 hue: 0.16 , saturation: 0.44 and the lightness value of cfcc83 is 0.66.

The process color (four color CMYK) of #cfcc83 color hex is 0.00, 0.01, 0.37, 0.19. Web safe color of #cfcc83 is #cccc99. Color #cfcc83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001100 10000011
Octal 317 314 203
Decimal 207 204 131
Hex CF CC 83

RGB Percentages of Color #cfcc83

%38.19
%37.64
%24.17

CMYK Percentages of Color #cfcc83

%0
%1
%37
%19

Triadic Colors of #cfcc83

#cfcc83 #83cfcc #cc83cf

Analogous Colors of #cfcc83

#cfcc83 #accf83 #cfa683

Monochromatic Colors of #cfcc83

#cfcc83

Complementary Color

#cfcc83 #8386cf

#cfcc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfcc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfcc83 Color CSS Codes

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

#cfcc83 Text Font Color

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

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


#cfcc83 Background Color

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

This div background color is #cfcc83


#cfcc83 Border Color

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

This div border color is #cfcc83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfcc83


Comments

No comments written yet.

Please login to write comment.