Color Hex Logo

#d4fefc Color Hex

#D4FEFC
(212,254,252)
0 Favorites   0 Comments

Color spaces of #d4fefc

RGB 212254252
HSL0.490.950.91
HSV177°17°100°
CMYK 0.170.000.01   0.00
XYZ80.163991.9089105.6106
Yxy91.90890.28870.3310
Hunter Lab95.8691-18.51281.7938
CIE-Lab96.7831-13.7263-3.5224

#d4fefc color RGB value is (212,254,252).

#d4fefc hex color red value is 212, green value is 254 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d4fefc hue: 0.49 , saturation: 0.95 and the lightness value of d4fefc is 0.91.

The process color (four color CMYK) of #d4fefc color hex is 0.17, 0.00, 0.01, 0.00. Web safe color of #d4fefc is #ccffff. Color #d4fefc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111110 11111100
Octal 324 376 374
Decimal 212 254 252
Hex D4 FE FC

RGB Percentages of Color #d4fefc

%29.53
%35.38
%35.10

CMYK Percentages of Color #d4fefc

%17
%0
%1
%0

Triadic Colors of #d4fefc

#d4fefc #fcd4fe #fefcd4

Analogous Colors of #d4fefc

#d4fefc #d4ebfe #d4fee7

Monochromatic Colors of #d4fefc

#d4fefc

Complementary Color

#d4fefc #fed4d6

#d4fefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fefc Color CSS Codes

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

#d4fefc Text Font Color

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

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


#d4fefc Background Color

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

This div background color is #d4fefc


#d4fefc Border Color

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

This div border color is #d4fefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fefc


Comments

No comments written yet.

Please login to write comment.