Color Hex Logo

#cbaf7e Color Hex

#CBAF7E
(203,175,126)
0 Favorites   0 Comments

Color spaces of #cbaf7e

RGB 203175126
HSL0.110.430.65
HSV38°38°80°
CMYK 0.000.140.38   0.20
XYZ43.724544.862826.0935
Yxy44.86280.38130.3912
Hunter Lab66.9797-0.689323.7880
CIE-Lab72.80153.215728.8776

#cbaf7e color RGB value is (203,175,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101111 01111110
Octal 313 257 176
Decimal 203 175 126
Hex CB AF 7E

RGB Percentages of Color #cbaf7e

%40.28
%34.72
%25.00

CMYK Percentages of Color #cbaf7e

%0
%14
%38
%20

Triadic Colors of #cbaf7e

#cbaf7e #7ecbaf #af7ecb

Analogous Colors of #cbaf7e

#cbaf7e #c1cb7e #cb897e

Monochromatic Colors of #cbaf7e

#cbaf7e

Complementary Color

#cbaf7e #7e9acb

#cbaf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaf7e Color CSS Codes

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

#cbaf7e Text Font Color

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

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


#cbaf7e Background Color

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

This div background color is #cbaf7e


#cbaf7e Border Color

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

This div border color is #cbaf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaf7e


Comments

No comments written yet.

Please login to write comment.