Color Hex Logo

#cfc385 Color Hex

#CFC385
(207,195,133)
0 Favorites   0 Comments

Color spaces of #cfc385

RGB 207195133
HSL0.140.440.67
HSV50°36°81°
CMYK 0.000.060.36   0.19
XYZ49.480953.989130.0033
Yxy53.98910.37070.4045
Hunter Lab73.4773-8.380227.2239
CIE-Lab78.4554-4.909632.7075

#cfc385 color RGB value is (207,195,133).

#cfc385 hex color red value is 207, green value is 195 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cfc385 hue: 0.14 , saturation: 0.44 and the lightness value of cfc385 is 0.67.

The process color (four color CMYK) of #cfc385 color hex is 0.00, 0.06, 0.36, 0.19. Web safe color of #cfc385 is #cccc99. Color #cfc385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 10000101
Octal 317 303 205
Decimal 207 195 133
Hex CF C3 85

RGB Percentages of Color #cfc385

%38.69
%36.45
%24.86

CMYK Percentages of Color #cfc385

%0
%6
%36
%19

Triadic Colors of #cfc385

#cfc385 #85cfc3 #c385cf

Analogous Colors of #cfc385

#cfc385 #b6cf85 #cf9e85

Monochromatic Colors of #cfc385

#cfc385

Complementary Color

#cfc385 #8591cf

#cfc385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc385 Color CSS Codes

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

#cfc385 Text Font Color

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

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


#cfc385 Background Color

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

This div background color is #cfc385


#cfc385 Border Color

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

This div border color is #cfc385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc385


Comments

No comments written yet.

Please login to write comment.