Color Hex Logo

#c9ce55 Color Hex

#C9CE55
(201,206,85)
0 Favorites   0 Comments

Color spaces of #c9ce55

RGB 20120685
HSL0.170.550.57
HSV62°59°81°
CMYK 0.020.000.59   0.19
XYZ47.798457.216017.1189
Yxy57.21600.39140.4685
Hunter Lab75.6413-19.576439.5305
CIE-Lab80.3009-17.476258.0912

#c9ce55 color RGB value is (201,206,85).

#c9ce55 hex color red value is 201, green value is 206 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c9ce55 hue: 0.17 , saturation: 0.55 and the lightness value of c9ce55 is 0.57.

The process color (four color CMYK) of #c9ce55 color hex is 0.02, 0.00, 0.59, 0.19. Web safe color of #c9ce55 is #cccc66. Color #c9ce55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001110 01010101
Octal 311 316 125
Decimal 201 206 85
Hex C9 CE 55

RGB Percentages of Color #c9ce55

%40.85
%41.87
%17.28

CMYK Percentages of Color #c9ce55

%2
%0
%59
%19

Triadic Colors of #c9ce55

#c9ce55 #55c9ce #ce55c9

Analogous Colors of #c9ce55

#c9ce55 #8dce55 #ce9755

Monochromatic Colors of #c9ce55

#c9ce55

Complementary Color

#c9ce55 #5a55ce

#c9ce55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ce55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ce55 Color CSS Codes

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

#c9ce55 Text Font Color

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

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


#c9ce55 Background Color

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

This div background color is #c9ce55


#c9ce55 Border Color

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

This div border color is #c9ce55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,206,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9ce55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9ce55;
  -webkit-box-shadow: 1px 1px 3px 2px #c9ce55;
  box-shadow:         1px 1px 3px 2px #c9ce55; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,206,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ce55


Comments

No comments written yet.

Please login to write comment.