Color Hex Logo

#d4f8ec Color Hex

#D4F8EC
(212,248,236)
0 Favorites   0 Comments

Color spaces of #d4f8ec

RGB 212248236
HSL0.440.720.90
HSV160°15°97°
CMYK 0.150.000.05   0.03
XYZ75.859187.188092.1876
Yxy87.18800.29720.3416
Hunter Lab93.3745-18.38896.8258
CIE-Lab94.8180-13.86831.8598

#d4f8ec color RGB value is (212,248,236).

#d4f8ec hex color red value is 212, green value is 248 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d4f8ec hue: 0.44 , saturation: 0.72 and the lightness value of d4f8ec is 0.90.

The process color (four color CMYK) of #d4f8ec color hex is 0.15, 0.00, 0.05, 0.03. Web safe color of #d4f8ec is #ccffff. Color #d4f8ec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111000 11101100
Octal 324 370 354
Decimal 212 248 236
Hex D4 F8 EC

RGB Percentages of Color #d4f8ec

%30.46
%35.63
%33.91

CMYK Percentages of Color #d4f8ec

%15
%0
%5
%3

Triadic Colors of #d4f8ec

#d4f8ec #ecd4f8 #f8ecd4

Analogous Colors of #d4f8ec

#d4f8ec #d4f2f8 #d4f8da

Monochromatic Colors of #d4f8ec

#d4f8ec

Complementary Color

#d4f8ec #f8d4e0

#d4f8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4f8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4f8ec Color CSS Codes

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

#d4f8ec Text Font Color

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

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


#d4f8ec Background Color

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

This div background color is #d4f8ec


#d4f8ec Border Color

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

This div border color is #d4f8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4f8ec


Comments

No comments written yet.

Please login to write comment.