Color Hex Logo

#cbc24b Color Hex

#CBC24B
(203,194,75)
0 Favorites   0 Comments

Color spaces of #cbc24b

RGB 20319475
HSL0.150.550.55
HSV56°63°80°
CMYK 0.000.040.63   0.20
XYZ45.190451.788114.2709
Yxy51.78810.40620.4655
Hunter Lab71.9639-13.846338.6172
CIE-Lab77.1540-11.279059.0181

#cbc24b color RGB value is (203,194,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000010 01001011
Octal 313 302 113
Decimal 203 194 75
Hex CB C2 4B

RGB Percentages of Color #cbc24b

%43.01
%41.10
%15.89

CMYK Percentages of Color #cbc24b

%0
%4
%63
%20

Triadic Colors of #cbc24b

#cbc24b #4bcbc2 #c24bcb

Analogous Colors of #cbc24b

#cbc24b #94cb4b #cb824b

Monochromatic Colors of #cbc24b

#cbc24b

Complementary Color

#cbc24b #4b54cb

#cbc24b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc24b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc24b Color CSS Codes

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

#cbc24b Text Font Color

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

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


#cbc24b Background Color

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

This div background color is #cbc24b


#cbc24b Border Color

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

This div border color is #cbc24b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,194,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 #cbc24b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc24b


Comments

No comments written yet.

Please login to write comment.