Color Hex Logo

#cbaa18 Color Hex

#CBAA18
(203,170,24)
0 Favorites   0 Comments

Color spaces of #cbaa18

RGB 20317024
HSL0.140.790.45
HSV49°88°80°
CMYK 0.000.160.88   0.20
XYZ39.168241.51196.8124
Yxy41.51190.44770.4745
Hunter Lab64.4297-4.238138.8319
CIE-Lab70.5331-0.908569.7969

#cbaa18 color RGB value is (203,170,24).

#cbaa18 hex color red value is 203, green value is 170 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #cbaa18 hue: 0.14 , saturation: 0.79 and the lightness value of cbaa18 is 0.45.

The process color (four color CMYK) of #cbaa18 color hex is 0.00, 0.16, 0.88, 0.20. Web safe color of #cbaa18 is #cc9900. Color #cbaa18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 00011000
Octal 313 252 30
Decimal 203 170 24
Hex CB AA 18

RGB Percentages of Color #cbaa18

%51.13
%42.82
%6.05

CMYK Percentages of Color #cbaa18

%0
%16
%88
%20

Triadic Colors of #cbaa18

#cbaa18 #18cbaa #aa18cb

Analogous Colors of #cbaa18

#cbaa18 #93cb18 #cb5118

Monochromatic Colors of #cbaa18

#cbaa18

Complementary Color

#cbaa18 #1839cb

#cbaa18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa18 Color CSS Codes

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

#cbaa18 Text Font Color

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

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


#cbaa18 Background Color

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

This div background color is #cbaa18


#cbaa18 Border Color

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

This div border color is #cbaa18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa18


Comments

No comments written yet.

Please login to write comment.