Color Hex Logo

#d5cafe Color Hex

#D5CAFE
(213,202,254)
0 Favorites   0 Comments

Color spaces of #d5cafe

RGB 213202254
HSL0.700.960.89
HSV253°20°100°
CMYK 0.160.200.00   0.00
XYZ66.450563.5430102.5286
Yxy63.54300.28580.2733
Hunter Lab79.71399.3006-20.4596
CIE-Lab83.727313.9098-24.0875

#d5cafe color RGB value is (213,202,254).

#d5cafe hex color red value is 213, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d5cafe hue: 0.70 , saturation: 0.96 and the lightness value of d5cafe is 0.89.

The process color (four color CMYK) of #d5cafe color hex is 0.16, 0.20, 0.00, 0.00. Web safe color of #d5cafe is #ccccff. Color #d5cafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001010 11111110
Octal 325 312 376
Decimal 213 202 254
Hex D5 CA FE

RGB Percentages of Color #d5cafe

%31.84
%30.19
%37.97

CMYK Percentages of Color #d5cafe

%16
%20
%0
%0

Triadic Colors of #d5cafe

#d5cafe #fed5ca #cafed5

Analogous Colors of #d5cafe

#d5cafe #efcafe #cad9fe

Monochromatic Colors of #d5cafe

#d5cafe

Complementary Color

#d5cafe #f3feca

#d5cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cafe Color CSS Codes

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

#d5cafe Text Font Color

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

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


#d5cafe Background Color

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

This div background color is #d5cafe


#d5cafe Border Color

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

This div border color is #d5cafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cafe

Related Colors


Comments

No comments written yet.

Please login to write comment.