Color Hex Logo

#cbaf37 Color Hex

#CBAF37
(203,175,55)
0 Favorites   0 Comments

Color spaces of #cbaf37

RGB 20317555
HSL0.140.590.51
HSV49°73°80°
CMYK 0.000.140.73   0.20
XYZ40.648243.63239.8939
Yxy43.63230.43160.4633
Hunter Lab66.0548-5.752037.3577
CIE-Lab71.9820-2.525461.7781

#cbaf37 color RGB value is (203,175,55).

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

The process color (four color CMYK) of #cbaf37 color hex is 0.00, 0.14, 0.73, 0.20. Web safe color of #cbaf37 is #cc9933. Color #cbaf37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101111 00110111
Octal 313 257 67
Decimal 203 175 55
Hex CB AF 37

RGB Percentages of Color #cbaf37

%46.88
%40.42
%12.70

CMYK Percentages of Color #cbaf37

%0
%14
%73
%20

Triadic Colors of #cbaf37

#cbaf37 #37cbaf #af37cb

Analogous Colors of #cbaf37

#cbaf37 #9dcb37 #cb6537

Monochromatic Colors of #cbaf37

#cbaf37

Complementary Color

#cbaf37 #3753cb

#cbaf37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaf37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaf37 Color CSS Codes

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

#cbaf37 Text Font Color

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

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


#cbaf37 Background Color

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

This div background color is #cbaf37


#cbaf37 Border Color

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

This div border color is #cbaf37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaf37


Comments

No comments written yet.

Please login to write comment.