Color Hex Logo

#cbaf73 Color Hex

#CBAF73
(203,175,115)
0 Favorites   0 Comments

Color spaces of #cbaf73

RGB 203175115
HSL0.110.460.62
HSV41°43°80°
CMYK 0.000.140.43   0.20
XYZ43.053144.594322.5581
Yxy44.59430.39070.4046
Hunter Lab66.7790-1.782426.7170
CIE-Lab72.62401.995034.4565

#cbaf73 color RGB value is (203,175,115).

#cbaf73 hex color red value is 203, green value is 175 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cbaf73 hue: 0.11 , saturation: 0.46 and the lightness value of cbaf73 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101111 01110011
Octal 313 257 163
Decimal 203 175 115
Hex CB AF 73

RGB Percentages of Color #cbaf73

%41.18
%35.50
%23.33

CMYK Percentages of Color #cbaf73

%0
%14
%43
%20

Triadic Colors of #cbaf73

#cbaf73 #73cbaf #af73cb

Analogous Colors of #cbaf73

#cbaf73 #bbcb73 #cb8373

Monochromatic Colors of #cbaf73

#cbaf73

Complementary Color

#cbaf73 #738fcb

#cbaf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaf73 Color CSS Codes

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

#cbaf73 Text Font Color

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

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


#cbaf73 Background Color

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

This div background color is #cbaf73


#cbaf73 Border Color

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

This div border color is #cbaf73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaf73


Comments

No comments written yet.

Please login to write comment.