Color Hex Logo

#d5cae0 Color Hex

#D5CAE0
(213,202,224)
0 Favorites   0 Comments

Color spaces of #d5cae0

RGB 213202224
HSL0.750.260.84
HSV270°10°88°
CMYK 0.050.100.00   0.12
XYZ62.015661.769079.1750
Yxy61.76900.30560.3043
Hunter Lab78.59333.3108-4.7136
CIE-Lab82.79047.8473-9.5198

#d5cae0 color RGB value is (213,202,224).

#d5cae0 hex color red value is 213, green value is 202 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #d5cae0 hue: 0.75 , saturation: 0.26 and the lightness value of d5cae0 is 0.84.

The process color (four color CMYK) of #d5cae0 color hex is 0.05, 0.10, 0.00, 0.12. Web safe color of #d5cae0 is #cccccc. Color #d5cae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001010 11100000
Octal 325 312 340
Decimal 213 202 224
Hex D5 CA E0

RGB Percentages of Color #d5cae0

%33.33
%31.61
%35.05

CMYK Percentages of Color #d5cae0

%5
%10
%0
%12

Triadic Colors of #d5cae0

#d5cae0 #e0d5ca #cae0d5

Analogous Colors of #d5cae0

#d5cae0 #e0cae0 #cacae0

Monochromatic Colors of #d5cae0

#d5cae0

Complementary Color

#d5cae0 #d5e0ca

#d5cae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cae0 Color CSS Codes

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

#d5cae0 Text Font Color

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

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


#d5cae0 Background Color

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

This div background color is #d5cae0


#d5cae0 Border Color

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

This div border color is #d5cae0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,202,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cae0


Comments

No comments written yet.

Please login to write comment.