Color Hex Logo

#cbae0b Color Hex

#CBAE0B
(203,174,11)
0 Favorites   0 Comments

Color spaces of #cbae0b

RGB 20317411
HSL0.140.900.42
HSV51°95°80°
CMYK 0.000.140.95   0.20
XYZ39.825142.99286.5160
Yxy42.99280.44580.4813
Hunter Lab65.5689-6.328640.0062
CIE-Lab71.5501-3.223672.7190

#cbae0b color RGB value is (203,174,11).

#cbae0b hex color red value is 203, green value is 174 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cbae0b hue: 0.14 , saturation: 0.90 and the lightness value of cbae0b is 0.42.

The process color (four color CMYK) of #cbae0b color hex is 0.00, 0.14, 0.95, 0.20. Web safe color of #cbae0b is #cc9900. Color #cbae0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 00001011
Octal 313 256 13
Decimal 203 174 11
Hex CB AE B

RGB Percentages of Color #cbae0b

%52.32
%44.85
%2.84

CMYK Percentages of Color #cbae0b

%0
%14
%95
%20

Triadic Colors of #cbae0b

#cbae0b #0bcbae #ae0bcb

Analogous Colors of #cbae0b

#cbae0b #88cb0b #cb4e0b

Monochromatic Colors of #cbae0b

#cbae0b

Complementary Color

#cbae0b #0b28cb

#cbae0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae0b Color CSS Codes

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

#cbae0b Text Font Color

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

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


#cbae0b Background Color

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

This div background color is #cbae0b


#cbae0b Border Color

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

This div border color is #cbae0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae0b


Comments

No comments written yet.

Please login to write comment.