Color Hex Logo

#cbd4ae Color Hex

#CBD4AE
(203,212,174)
0 Favorites   0 Comments

Color spaces of #cbd4ae

RGB 203212174
HSL0.210.310.76
HSV74°18°83°
CMYK 0.040.000.18   0.17
XYZ55.812162.839549.2320
Yxy62.83950.33240.3743
Hunter Lab79.2714-13.049518.6675
CIE-Lab83.3579-9.569517.8005

#cbd4ae color RGB value is (203,212,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 10101110
Octal 313 324 256
Decimal 203 212 174
Hex CB D4 AE

RGB Percentages of Color #cbd4ae

%34.47
%35.99
%29.54

CMYK Percentages of Color #cbd4ae

%4
%0
%18
%17

Triadic Colors of #cbd4ae

#cbd4ae #aecbd4 #d4aecb

Analogous Colors of #cbd4ae

#cbd4ae #b8d4ae #d4caae

Monochromatic Colors of #cbd4ae

#cbd4ae

Complementary Color

#cbd4ae #b7aed4

#cbd4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd4ae Color CSS Codes

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

#cbd4ae Text Font Color

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

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


#cbd4ae Background Color

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

This div background color is #cbd4ae


#cbd4ae Border Color

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

This div border color is #cbd4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd4ae

#cbd4ae Color Palettes


Comments

No comments written yet.

Please login to write comment.