Color Hex Logo

#cbc05f Color Hex

#CBC05F
(203,192,95)
0 Favorites   0 Comments

Color spaces of #cbc05f

RGB 20319295
HSL0.150.510.58
HSV54°53°80°
CMYK 0.000.050.53   0.20
XYZ45.543851.222018.3129
Yxy51.22200.39580.4451
Hunter Lab71.5695-11.656934.9278
CIE-Lab76.8133-8.795949.6246

#cbc05f color RGB value is (203,192,95).

#cbc05f hex color red value is 203, green value is 192 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cbc05f hue: 0.15 , saturation: 0.51 and the lightness value of cbc05f is 0.58.

The process color (four color CMYK) of #cbc05f color hex is 0.00, 0.05, 0.53, 0.20. Web safe color of #cbc05f is #cccc66. Color #cbc05f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 01011111
Octal 313 300 137
Decimal 203 192 95
Hex CB C0 5F

RGB Percentages of Color #cbc05f

%41.43
%39.18
%19.39

CMYK Percentages of Color #cbc05f

%0
%5
%53
%20

Triadic Colors of #cbc05f

#cbc05f #5fcbc0 #c05fcb

Analogous Colors of #cbc05f

#cbc05f #a0cb5f #cb8a5f

Monochromatic Colors of #cbc05f

#cbc05f

Complementary Color

#cbc05f #5f6acb

#cbc05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc05f Color CSS Codes

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

#cbc05f Text Font Color

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

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


#cbc05f Background Color

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

This div background color is #cbc05f


#cbc05f Border Color

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

This div border color is #cbc05f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,192,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbc05f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbc05f;
  -webkit-box-shadow: 1px 1px 3px 2px #cbc05f;
  box-shadow:         1px 1px 3px 2px #cbc05f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,192,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc05f


Comments

No comments written yet.

Please login to write comment.