Color Hex Logo

#d7efda Color Hex

#D7EFDA
(215,239,218)
0 Favorites   0 Comments

Color spaces of #d7efda

RGB 215239218
HSL0.350.430.89
HSV128°10°94°
CMYK 0.100.000.09   0.06
XYZ71.545781.242078.2401
Yxy81.24200.30970.3517
Hunter Lab90.1343-16.047611.6280
CIE-Lab92.2393-11.71587.4820

#d7efda color RGB value is (215,239,218).

#d7efda hex color red value is 215, green value is 239 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d7efda hue: 0.35 , saturation: 0.43 and the lightness value of d7efda is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101111 11011010
Octal 327 357 332
Decimal 215 239 218
Hex D7 EF DA

RGB Percentages of Color #d7efda

%31.99
%35.57
%32.44

CMYK Percentages of Color #d7efda

%10
%0
%9
%6

Triadic Colors of #d7efda

#d7efda #dad7ef #efdad7

Analogous Colors of #d7efda

#d7efda #d7efe6 #e0efd7

Monochromatic Colors of #d7efda

#d7efda

Complementary Color

#d7efda #efd7ec

#d7efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7efda Color CSS Codes

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

#d7efda Text Font Color

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

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


#d7efda Background Color

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

This div background color is #d7efda


#d7efda Border Color

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

This div border color is #d7efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7efda


Comments

No comments written yet.

Please login to write comment.