Color Hex Logo

#d4face Color Hex

#D4FACE
(212,250,206)
0 Favorites   0 Comments

Color spaces of #d4face

RGB 212250206
HSL0.310.810.89
HSV112°18°98°
CMYK 0.150.000.18   0.02
XYZ72.477686.824571.3313
Yxy86.82450.31430.3765
Hunter Lab93.1797-24.222419.8378
CIE-Lab94.6638-20.200017.0982

#d4face color RGB value is (212,250,206).

#d4face hex color red value is 212, green value is 250 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d4face hue: 0.31 , saturation: 0.81 and the lightness value of d4face is 0.89.

The process color (four color CMYK) of #d4face color hex is 0.15, 0.00, 0.18, 0.02. Web safe color of #d4face is #ccffcc. Color #d4face contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111010 11001110
Octal 324 372 316
Decimal 212 250 206
Hex D4 FA CE

RGB Percentages of Color #d4face

%31.74
%37.43
%30.84

CMYK Percentages of Color #d4face

%15
%0
%18
%2

Triadic Colors of #d4face

#d4face #ced4fa #faced4

Analogous Colors of #d4face

#d4face #cefade #eaface

Monochromatic Colors of #d4face

#d4face

Complementary Color

#d4face #f4cefa

#d4face Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4face Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4face Color CSS Codes

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

#d4face Text Font Color

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

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


#d4face Background Color

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

This div background color is #d4face


#d4face Border Color

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

This div border color is #d4face


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,250,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4face

Related Colors


Comments

No comments written yet.

Please login to write comment.