Color Hex Logo

#d1feae Color Hex

#D1FEAE
(209,254,174)
0 Favorites   0 Comments

Color spaces of #d1feae

RGB 209254174
HSL0.260.980.84
HSV94°31°100°
CMYK 0.180.000.31   0.00
XYZ69.376387.494953.2761
Yxy87.49490.33010.4164
Hunter Lab93.5387-31.301931.7078
CIE-Lab94.9479-28.035233.6902

#d1feae color RGB value is (209,254,174).

#d1feae hex color red value is 209, green value is 254 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d1feae hue: 0.26 , saturation: 0.98 and the lightness value of d1feae is 0.84.

The process color (four color CMYK) of #d1feae color hex is 0.18, 0.00, 0.31, 0.00. Web safe color of #d1feae is #ccff99. Color #d1feae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111110 10101110
Octal 321 376 256
Decimal 209 254 174
Hex D1 FE AE

RGB Percentages of Color #d1feae

%32.81
%39.87
%27.32

CMYK Percentages of Color #d1feae

%18
%0
%31
%0

Triadic Colors of #d1feae

#d1feae #aed1fe #feaed1

Analogous Colors of #d1feae

#d1feae #aefeb3 #f9feae

Monochromatic Colors of #d1feae

#d1feae

Complementary Color

#d1feae #dbaefe

#d1feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1feae Color CSS Codes

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

#d1feae Text Font Color

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

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


#d1feae Background Color

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

This div background color is #d1feae


#d1feae Border Color

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

This div border color is #d1feae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1feae


Comments

No comments written yet.

Please login to write comment.