Color Hex Logo

#d2efe1 Color Hex

#D2EFE1
(210,239,225)
0 Favorites   0 Comments

Color spaces of #d2efe1

RGB 210239225
HSL0.420.480.88
HSV151°12°94°
CMYK 0.120.000.06   0.06
XYZ71.035580.870983.0998
Yxy80.87090.30230.3441
Hunter Lab89.9282-16.37508.1618
CIE-Lab92.0742-12.08813.5627

#d2efe1 color RGB value is (210,239,225).

#d2efe1 hex color red value is 210, green value is 239 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d2efe1 hue: 0.42 , saturation: 0.48 and the lightness value of d2efe1 is 0.88.

The process color (four color CMYK) of #d2efe1 color hex is 0.12, 0.00, 0.06, 0.06. Web safe color of #d2efe1 is #ccffcc. Color #d2efe1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11101111 11100001
Octal 322 357 341
Decimal 210 239 225
Hex D2 EF E1

RGB Percentages of Color #d2efe1

%31.16
%35.46
%33.38

CMYK Percentages of Color #d2efe1

%12
%0
%6
%6

Triadic Colors of #d2efe1

#d2efe1 #e1d2ef #efe1d2

Analogous Colors of #d2efe1

#d2efe1 #d2efef #d2efd3

Monochromatic Colors of #d2efe1

#d2efe1

Complementary Color

#d2efe1 #efd2e0

#d2efe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2efe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2efe1 Color CSS Codes

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

#d2efe1 Text Font Color

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

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


#d2efe1 Background Color

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

This div background color is #d2efe1


#d2efe1 Border Color

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

This div border color is #d2efe1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,239,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2efe1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2efe1;
  -webkit-box-shadow: 1px 1px 3px 2px #d2efe1;
  box-shadow:         1px 1px 3px 2px #d2efe1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,239,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2efe1


Comments

No comments written yet.

Please login to write comment.