Color Hex Logo

#cdbea4 Color Hex

#CDBEA4
(205,190,164)
0 Favorites   0 Comments

Color spaces of #cdbea4

RGB 205190164
HSL0.110.290.72
HSV38°20°80°
CMYK 0.000.070.20   0.20
XYZ50.291152.486442.6022
Yxy52.48640.34590.3610
Hunter Lab72.4475-2.873215.8482
CIE-Lab77.57081.086815.0481

#cdbea4 color RGB value is (205,190,164).

#cdbea4 hex color red value is 205, green value is 190 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #cdbea4 hue: 0.11 , saturation: 0.29 and the lightness value of cdbea4 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 10100100
Octal 315 276 244
Decimal 205 190 164
Hex CD BE A4

RGB Percentages of Color #cdbea4

%36.67
%33.99
%29.34

CMYK Percentages of Color #cdbea4

%0
%7
%20
%20

Triadic Colors of #cdbea4

#cdbea4 #a4cdbe #bea4cd

Analogous Colors of #cdbea4

#cdbea4 #c8cda4 #cdaaa4

Monochromatic Colors of #cdbea4

#cdbea4

Complementary Color

#cdbea4 #a4b3cd

#cdbea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbea4 Color CSS Codes

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

#cdbea4 Text Font Color

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

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


#cdbea4 Background Color

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

This div background color is #cdbea4


#cdbea4 Border Color

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

This div border color is #cdbea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbea4


Comments

No comments written yet.

Please login to write comment.