Color Hex Logo

#cfc590 Color Hex

#CFC590
(207,197,144)
0 Favorites   0 Comments

Color spaces of #cfc590

RGB 207197144
HSL0.140.400.69
HSV50°30°81°
CMYK 0.000.050.30   0.19
XYZ50.732455.211534.3686
Yxy55.21150.36160.3935
Hunter Lab74.3044-8.159424.5893
CIE-Lab79.1629-4.596527.8991

#cfc590 color RGB value is (207,197,144).

#cfc590 hex color red value is 207, green value is 197 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cfc590 hue: 0.14 , saturation: 0.40 and the lightness value of cfc590 is 0.69.

The process color (four color CMYK) of #cfc590 color hex is 0.00, 0.05, 0.30, 0.19. Web safe color of #cfc590 is #cccc99. Color #cfc590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 10010000
Octal 317 305 220
Decimal 207 197 144
Hex CF C5 90

RGB Percentages of Color #cfc590

%37.77
%35.95
%26.28

CMYK Percentages of Color #cfc590

%0
%5
%30
%19

Triadic Colors of #cfc590

#cfc590 #90cfc5 #c590cf

Analogous Colors of #cfc590

#cfc590 #bacf90 #cfa690

Monochromatic Colors of #cfc590

#cfc590

Complementary Color

#cfc590 #909acf

#cfc590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc590 Color CSS Codes

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

#cfc590 Text Font Color

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

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


#cfc590 Background Color

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

This div background color is #cfc590


#cfc590 Border Color

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

This div border color is #cfc590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc590


Comments

No comments written yet.

Please login to write comment.