Color Hex Logo

#cbd2ae Color Hex

#CBD2AE
(203,210,174)
0 Favorites   0 Comments

Color spaces of #cbd2ae

RGB 203210174
HSL0.200.290.75
HSV72°17°82°
CMYK 0.030.000.17   0.18
XYZ55.315261.845749.0664
Yxy61.84570.33280.3721
Hunter Lab78.6420-12.070318.0572
CIE-Lab82.8313-8.546117.0649

#cbd2ae color RGB value is (203,210,174).

#cbd2ae hex color red value is 203, green value is 210 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cbd2ae hue: 0.20 , saturation: 0.29 and the lightness value of cbd2ae is 0.75.

The process color (four color CMYK) of #cbd2ae color hex is 0.03, 0.00, 0.17, 0.18. Web safe color of #cbd2ae is #cccc99. Color #cbd2ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010010 10101110
Octal 313 322 256
Decimal 203 210 174
Hex CB D2 AE

RGB Percentages of Color #cbd2ae

%34.58
%35.78
%29.64

CMYK Percentages of Color #cbd2ae

%3
%0
%17
%18

Triadic Colors of #cbd2ae

#cbd2ae #aecbd2 #d2aecb

Analogous Colors of #cbd2ae

#cbd2ae #b9d2ae #d2c7ae

Monochromatic Colors of #cbd2ae

#cbd2ae

Complementary Color

#cbd2ae #b5aed2

#cbd2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd2ae Color CSS Codes

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

#cbd2ae Text Font Color

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

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


#cbd2ae Background Color

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

This div background color is #cbd2ae


#cbd2ae Border Color

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

This div border color is #cbd2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd2ae


Comments

No comments written yet.

Please login to write comment.