Color Hex Logo

#cbaa17 Color Hex

#CBAA17
(203,170,23)
0 Favorites   0 Comments

Color spaces of #cbaa17

RGB 20317023
HSL0.140.800.44
HSV49°89°80°
CMYK 0.000.160.89   0.20
XYZ39.158041.50786.7586
Yxy41.50780.44790.4748
Hunter Lab64.4265-4.255438.8788
CIE-Lab70.5302-0.928570.0015

#cbaa17 color RGB value is (203,170,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 00010111
Octal 313 252 27
Decimal 203 170 23
Hex CB AA 17

RGB Percentages of Color #cbaa17

%51.26
%42.93
%5.81

CMYK Percentages of Color #cbaa17

%0
%16
%89
%20

Triadic Colors of #cbaa17

#cbaa17 #17cbaa #aa17cb

Analogous Colors of #cbaa17

#cbaa17 #92cb17 #cb5017

Monochromatic Colors of #cbaa17

#cbaa17

Complementary Color

#cbaa17 #1738cb

#cbaa17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa17 Color CSS Codes

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

#cbaa17 Text Font Color

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

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


#cbaa17 Background Color

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

This div background color is #cbaa17


#cbaa17 Border Color

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

This div border color is #cbaa17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa17


Comments

No comments written yet.

Please login to write comment.