Color Hex Logo

#cbaa15 Color Hex

#CBAA15
(203,170,21)
0 Favorites   0 Comments

Color spaces of #cbaa15

RGB 20317021
HSL0.140.810.44
HSV49°90°80°
CMYK 0.000.160.90   0.20
XYZ39.138741.50016.6570
Yxy41.50010.44830.4754
Hunter Lab64.4206-4.288438.9676
CIE-Lab70.5249-0.966670.3911

#cbaa15 color RGB value is (203,170,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 00010101
Octal 313 252 25
Decimal 203 170 21
Hex CB AA 15

RGB Percentages of Color #cbaa15

%51.52
%43.15
%5.33

CMYK Percentages of Color #cbaa15

%0
%16
%90
%20

Triadic Colors of #cbaa15

#cbaa15 #15cbaa #aa15cb

Analogous Colors of #cbaa15

#cbaa15 #91cb15 #cb4f15

Monochromatic Colors of #cbaa15

#cbaa15

Complementary Color

#cbaa15 #1536cb

#cbaa15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa15 Color CSS Codes

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

#cbaa15 Text Font Color

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

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


#cbaa15 Background Color

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

This div background color is #cbaa15


#cbaa15 Border Color

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

This div border color is #cbaa15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa15


Comments

No comments written yet.

Please login to write comment.