Color Hex Logo

#d5f8e8 Color Hex

#D5F8E8
(213,248,232)
0 Favorites   0 Comments

Color spaces of #d5f8e8

RGB 213248232
HSL0.420.710.90
HSV153°14°97°
CMYK 0.140.000.06   0.03
XYZ75.573587.107189.1741
Yxy87.10710.30010.3459
Hunter Lab93.3312-18.79198.6827
CIE-Lab94.7837-14.30333.8852

#d5f8e8 color RGB value is (213,248,232).

#d5f8e8 hex color red value is 213, green value is 248 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #d5f8e8 hue: 0.42 , saturation: 0.71 and the lightness value of d5f8e8 is 0.90.

The process color (four color CMYK) of #d5f8e8 color hex is 0.14, 0.00, 0.06, 0.03. Web safe color of #d5f8e8 is #ccffff. Color #d5f8e8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111000 11101000
Octal 325 370 350
Decimal 213 248 232
Hex D5 F8 E8

RGB Percentages of Color #d5f8e8

%30.74
%35.79
%33.48

CMYK Percentages of Color #d5f8e8

%14
%0
%6
%3

Triadic Colors of #d5f8e8

#d5f8e8 #e8d5f8 #f8e8d5

Analogous Colors of #d5f8e8

#d5f8e8 #d5f7f8 #d5f8d7

Monochromatic Colors of #d5f8e8

#d5f8e8

Complementary Color

#d5f8e8 #f8d5e5

#d5f8e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5f8e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5f8e8 Color CSS Codes

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

#d5f8e8 Text Font Color

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

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


#d5f8e8 Background Color

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

This div background color is #d5f8e8


#d5f8e8 Border Color

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

This div border color is #d5f8e8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,248,232, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5f8e8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5f8e8;
  -webkit-box-shadow: 1px 1px 3px 2px #d5f8e8;
  box-shadow:         1px 1px 3px 2px #d5f8e8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,248,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5f8e8

Related Colors

#d5f8e8 Color Palettes


Comments

No comments written yet.

Please login to write comment.