Color Hex Logo

#cbb24b Color Hex

#CBB24B
(203,178,75)
0 Favorites   0 Comments

Color spaces of #cbb24b

RGB 20317875
HSL0.130.550.55
HSV48°63°80°
CMYK 0.000.120.63   0.20
XYZ41.819045.045313.1471
Yxy45.04530.41810.4504
Hunter Lab67.1158-6.231635.3669
CIE-Lab72.9217-2.993154.4610

#cbb24b color RGB value is (203,178,75).

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

The process color (four color CMYK) of #cbb24b color hex is 0.00, 0.12, 0.63, 0.20. Web safe color of #cbb24b is #cc9933. Color #cbb24b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110010 01001011
Octal 313 262 113
Decimal 203 178 75
Hex CB B2 4B

RGB Percentages of Color #cbb24b

%44.52
%39.04
%16.45

CMYK Percentages of Color #cbb24b

%0
%12
%63
%20

Triadic Colors of #cbb24b

#cbb24b #4bcbb2 #b24bcb

Analogous Colors of #cbb24b

#cbb24b #a4cb4b #cb724b

Monochromatic Colors of #cbb24b

#cbb24b

Complementary Color

#cbb24b #4b64cb

#cbb24b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb24b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb24b Color CSS Codes

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

#cbb24b Text Font Color

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

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


#cbb24b Background Color

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

This div background color is #cbb24b


#cbb24b Border Color

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

This div border color is #cbb24b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb24b


Comments

No comments written yet.

Please login to write comment.