Color Hex Logo

#d9feea Color Hex

#D9FEEA
(217,254,234)
0 Favorites   0 Comments

Color spaces of #d9feea

RGB 217254234
HSL0.410.950.92
HSV148°15°100°
CMYK 0.150.000.08   0.00
XYZ78.908491.575891.3589
Yxy91.57580.30140.3497
Hunter Lab95.6952-20.279110.3833
CIE-Lab96.6466-15.61755.5813

#d9feea color RGB value is (217,254,234).

#d9feea hex color red value is 217, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d9feea hue: 0.41 , saturation: 0.95 and the lightness value of d9feea is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111110 11101010
Octal 331 376 352
Decimal 217 254 234
Hex D9 FE EA

RGB Percentages of Color #d9feea

%30.78
%36.03
%33.19

CMYK Percentages of Color #d9feea

%15
%0
%8
%0

Triadic Colors of #d9feea

#d9feea #ead9fe #feead9

Analogous Colors of #d9feea

#d9feea #d9fefd #dbfed9

Monochromatic Colors of #d9feea

#d9feea

Complementary Color

#d9feea #fed9ed

#d9feea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9feea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9feea Color CSS Codes

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

#d9feea Text Font Color

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

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


#d9feea Background Color

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

This div background color is #d9feea


#d9feea Border Color

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

This div border color is #d9feea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9feea

Related Colors


Comments

No comments written yet.

Please login to write comment.