Color Hex Logo

#cdbeac Color Hex

#CDBEAC
(205,190,172)
0 Favorites   0 Comments

Color spaces of #cdbeac

RGB 205190172
HSL0.090.250.74
HSV33°16°80°
CMYK 0.000.070.16   0.20
XYZ51.036752.784646.5283
Yxy52.78460.33950.3511
Hunter Lab72.6530-1.751512.8867
CIE-Lab77.74772.313110.9909

#cdbeac color RGB value is (205,190,172).

#cdbeac hex color red value is 205, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cdbeac hue: 0.09 , saturation: 0.25 and the lightness value of cdbeac is 0.74.

The process color (four color CMYK) of #cdbeac color hex is 0.00, 0.07, 0.16, 0.20. Web safe color of #cdbeac is #cccc99. Color #cdbeac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 10101100
Octal 315 276 254
Decimal 205 190 172
Hex CD BE AC

RGB Percentages of Color #cdbeac

%36.16
%33.51
%30.34

CMYK Percentages of Color #cdbeac

%0
%7
%16
%20

Triadic Colors of #cdbeac

#cdbeac #accdbe #beaccd

Analogous Colors of #cdbeac

#cdbeac #cccdac #cdaeac

Monochromatic Colors of #cdbeac

#cdbeac

Complementary Color

#cdbeac #acbbcd

#cdbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbeac Color CSS Codes

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

#cdbeac Text Font Color

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

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


#cdbeac Background Color

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

This div background color is #cdbeac


#cdbeac Border Color

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

This div border color is #cdbeac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,190,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdbeac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdbeac;
  -webkit-box-shadow: 1px 1px 3px 2px #cdbeac;
  box-shadow:         1px 1px 3px 2px #cdbeac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,190,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbeac


Comments

No comments written yet.

Please login to write comment.