Color Hex Logo

#cbaf7d Color Hex

#CBAF7D
(203,175,125)
0 Favorites   0 Comments

Color spaces of #cbaf7d

RGB 203175125
HSL0.110.430.64
HSV38°38°80°
CMYK 0.000.140.38   0.20
XYZ43.660244.837125.7553
Yxy44.83710.38210.3924
Hunter Lab66.9605-0.793724.0674
CIE-Lab72.78453.099529.3874

#cbaf7d color RGB value is (203,175,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101111 01111101
Octal 313 257 175
Decimal 203 175 125
Hex CB AF 7D

RGB Percentages of Color #cbaf7d

%40.36
%34.79
%24.85

CMYK Percentages of Color #cbaf7d

%0
%14
%38
%20

Triadic Colors of #cbaf7d

#cbaf7d #7dcbaf #af7dcb

Analogous Colors of #cbaf7d

#cbaf7d #c0cb7d #cb887d

Monochromatic Colors of #cbaf7d

#cbaf7d

Complementary Color

#cbaf7d #7d99cb

#cbaf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaf7d Color CSS Codes

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

#cbaf7d Text Font Color

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

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


#cbaf7d Background Color

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

This div background color is #cbaf7d


#cbaf7d Border Color

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

This div border color is #cbaf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaf7d


Comments

No comments written yet.

Please login to write comment.