Color Hex Logo

#cbaf5e Color Hex

#CBAF5E
(203,175,94)
0 Favorites   0 Comments

Color spaces of #cbaf5e

RGB 20317594
HSL0.120.510.58
HSV45°54°80°
CMYK 0.000.140.54   0.20
XYZ41.979044.164616.9018
Yxy44.16460.40740.4286
Hunter Lab66.4565-3.544531.4404
CIE-Lab72.33840.005744.8210

#cbaf5e color RGB value is (203,175,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101111 01011110
Octal 313 257 136
Decimal 203 175 94
Hex CB AF 5E

RGB Percentages of Color #cbaf5e

%43.01
%37.08
%19.92

CMYK Percentages of Color #cbaf5e

%0
%14
%54
%20

Triadic Colors of #cbaf5e

#cbaf5e #5ecbaf #af5ecb

Analogous Colors of #cbaf5e

#cbaf5e #b1cb5e #cb795e

Monochromatic Colors of #cbaf5e

#cbaf5e

Complementary Color

#cbaf5e #5e7acb

#cbaf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaf5e Color CSS Codes

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

#cbaf5e Text Font Color

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

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


#cbaf5e Background Color

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

This div background color is #cbaf5e


#cbaf5e Border Color

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

This div border color is #cbaf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaf5e


Comments

No comments written yet.

Please login to write comment.