Color Hex Logo

#d4cafe Color Hex

#D4CAFE
(212,202,254)
0 Favorites   0 Comments

Color spaces of #d4cafe

RGB 212202254
HSL0.700.960.89
HSV252°20°100°
CMYK 0.170.200.00   0.00
XYZ66.161363.3939102.5151
Yxy63.39390.28510.2732
Hunter Lab79.62038.9909-20.6046
CIE-Lab83.649213.6015-24.2135

#d4cafe color RGB value is (212,202,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001010 11111110
Octal 324 312 376
Decimal 212 202 254
Hex D4 CA FE

RGB Percentages of Color #d4cafe

%31.74
%30.24
%38.02

CMYK Percentages of Color #d4cafe

%17
%20
%0
%0

Triadic Colors of #d4cafe

#d4cafe #fed4ca #cafed4

Analogous Colors of #d4cafe

#d4cafe #eecafe #cadafe

Monochromatic Colors of #d4cafe

#d4cafe

Complementary Color

#d4cafe #f4feca

#d4cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cafe Color CSS Codes

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

#d4cafe Text Font Color

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

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


#d4cafe Background Color

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

This div background color is #d4cafe


#d4cafe Border Color

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

This div border color is #d4cafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cafe

Related Colors


Comments

No comments written yet.

Please login to write comment.