Color Hex Logo

#cbaf09 Color Hex

#CBAF09
(203,175,9)
0 Favorites   0 Comments

Color spaces of #cbaf09

RGB 2031759
HSL0.140.920.42
HSV51°96°80°
CMYK 0.000.140.96   0.20
XYZ40.007943.37626.5222
Yxy43.37620.44500.4825
Hunter Lab65.8606-6.823940.2309
CIE-Lab71.8096-3.770473.1415

#cbaf09 color RGB value is (203,175,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101111 00001001
Octal 313 257 11
Decimal 203 175 9
Hex CB AF 9

RGB Percentages of Color #cbaf09

%52.45
%45.22
%2.33

CMYK Percentages of Color #cbaf09

%0
%14
%96
%20

Triadic Colors of #cbaf09

#cbaf09 #09cbaf #af09cb

Analogous Colors of #cbaf09

#cbaf09 #86cb09 #cb4e09

Monochromatic Colors of #cbaf09

#cbaf09

Complementary Color

#cbaf09 #0925cb

#cbaf09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaf09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaf09 Color CSS Codes

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

#cbaf09 Text Font Color

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

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


#cbaf09 Background Color

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

This div background color is #cbaf09


#cbaf09 Border Color

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

This div border color is #cbaf09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaf09


Comments

No comments written yet.

Please login to write comment.