Color Hex Logo

#d1feea Color Hex

#D1FEEA
(209,254,234)
0 Favorites   0 Comments

Color spaces of #d1feea

RGB 209254234
HSL0.430.960.91
HSV153°18°100°
CMYK 0.180.000.08   0.00
XYZ76.587690.379491.2503
Yxy90.37940.29660.3500
Hunter Lab95.0681-22.56819.6386
CIE-Lab96.1539-18.14684.8066

#d1feea color RGB value is (209,254,234).

#d1feea hex color red value is 209, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d1feea hue: 0.43 , saturation: 0.96 and the lightness value of d1feea is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111110 11101010
Octal 321 376 352
Decimal 209 254 234
Hex D1 FE EA

RGB Percentages of Color #d1feea

%29.99
%36.44
%33.57

CMYK Percentages of Color #d1feea

%18
%0
%8
%0

Triadic Colors of #d1feea

#d1feea #ead1fe #feead1

Analogous Colors of #d1feea

#d1feea #d1fcfe #d1fed4

Monochromatic Colors of #d1feea

#d1feea

Complementary Color

#d1feea #fed1e5

#d1feea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1feea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1feea Color CSS Codes

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

#d1feea Text Font Color

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

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


#d1feea Background Color

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

This div background color is #d1feea


#d1feea Border Color

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

This div border color is #d1feea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1feea


Comments

No comments written yet.

Please login to write comment.