Color Hex Logo

#cbaf5a Color Hex

#CBAF5A
(203,175,90)
0 Favorites   0 Comments

Color spaces of #cbaf5a

RGB 20317590
HSL0.130.520.57
HSV45°56°80°
CMYK 0.000.140.56   0.20
XYZ41.804044.094615.9807
Yxy44.09460.41030.4328
Hunter Lab66.4038-3.833232.2139
CIE-Lab72.2917-0.322946.7296

#cbaf5a color RGB value is (203,175,90).

#cbaf5a hex color red value is 203, green value is 175 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cbaf5a hue: 0.13 , saturation: 0.52 and the lightness value of cbaf5a is 0.57.

The process color (four color CMYK) of #cbaf5a color hex is 0.00, 0.14, 0.56, 0.20. Web safe color of #cbaf5a is #cc9966. Color #cbaf5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101111 01011010
Octal 313 257 132
Decimal 203 175 90
Hex CB AF 5A

RGB Percentages of Color #cbaf5a

%43.38
%37.39
%19.23

CMYK Percentages of Color #cbaf5a

%0
%14
%56
%20

Triadic Colors of #cbaf5a

#cbaf5a #5acbaf #af5acb

Analogous Colors of #cbaf5a

#cbaf5a #afcb5a #cb775a

Monochromatic Colors of #cbaf5a

#cbaf5a

Complementary Color

#cbaf5a #5a76cb

#cbaf5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaf5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaf5a Color CSS Codes

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

#cbaf5a Text Font Color

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

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


#cbaf5a Background Color

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

This div background color is #cbaf5a


#cbaf5a Border Color

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

This div border color is #cbaf5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaf5a


Comments

No comments written yet.

Please login to write comment.