Color Hex Logo

#cbc04b Color Hex

#CBC04B
(203,192,75)
0 Favorites   0 Comments

Color spaces of #cbc04b

RGB 20319275
HSL0.150.550.55
HSV55°63°80°
CMYK 0.000.050.63   0.20
XYZ44.748250.903814.1235
Yxy50.90380.40760.4637
Hunter Lab71.3469-12.903338.2061
CIE-Lab76.6207-10.257558.4496

#cbc04b color RGB value is (203,192,75).

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

The process color (four color CMYK) of #cbc04b color hex is 0.00, 0.05, 0.63, 0.20. Web safe color of #cbc04b is #cccc33. Color #cbc04b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 01001011
Octal 313 300 113
Decimal 203 192 75
Hex CB C0 4B

RGB Percentages of Color #cbc04b

%43.19
%40.85
%15.96

CMYK Percentages of Color #cbc04b

%0
%5
%63
%20

Triadic Colors of #cbc04b

#cbc04b #4bcbc0 #c04bcb

Analogous Colors of #cbc04b

#cbc04b #96cb4b #cb804b

Monochromatic Colors of #cbc04b

#cbc04b

Complementary Color

#cbc04b #4b56cb

#cbc04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc04b Color CSS Codes

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

#cbc04b Text Font Color

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

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


#cbc04b Background Color

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

This div background color is #cbc04b


#cbc04b Border Color

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

This div border color is #cbc04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc04b


Comments

No comments written yet.

Please login to write comment.