Color Hex Logo

#cbd5ae Color Hex

#CBD5AE
(203,213,174)
0 Favorites   0 Comments

Color spaces of #cbd5ae

RGB 203213174
HSL0.210.320.76
HSV75°18°84°
CMYK 0.050.000.18   0.16
XYZ56.062863.341049.3156
Yxy63.34100.33230.3754
Hunter Lab79.5871-13.538218.9723
CIE-Lab83.6215-10.079818.1682

#cbd5ae color RGB value is (203,213,174).

#cbd5ae hex color red value is 203, green value is 213 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cbd5ae hue: 0.21 , saturation: 0.32 and the lightness value of cbd5ae is 0.76.

The process color (four color CMYK) of #cbd5ae color hex is 0.05, 0.00, 0.18, 0.16. Web safe color of #cbd5ae is #cccc99. Color #cbd5ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 10101110
Octal 313 325 256
Decimal 203 213 174
Hex CB D5 AE

RGB Percentages of Color #cbd5ae

%34.41
%36.10
%29.49

CMYK Percentages of Color #cbd5ae

%5
%0
%18
%16

Triadic Colors of #cbd5ae

#cbd5ae #aecbd5 #d5aecb

Analogous Colors of #cbd5ae

#cbd5ae #b8d5ae #d5ccae

Monochromatic Colors of #cbd5ae

#cbd5ae

Complementary Color

#cbd5ae #b8aed5

#cbd5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd5ae Color CSS Codes

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

#cbd5ae Text Font Color

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

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


#cbd5ae Background Color

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

This div background color is #cbd5ae


#cbd5ae Border Color

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

This div border color is #cbd5ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,213,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 #cbd5ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd5ae


Comments

No comments written yet.

Please login to write comment.