Color Hex Logo

#d5fdef Color Hex

#D5FDEF
(213,253,239)
0 Favorites   0 Comments

Color spaces of #d5fdef

RGB 213253239
HSL0.440.910.91
HSV159°16°99°
CMYK 0.160.000.06   0.01
XYZ78.145890.628795.0357
Yxy90.62870.29620.3435
Hunter Lab95.1991-20.07377.4511
CIE-Lab96.2570-15.45662.4120

#d5fdef color RGB value is (213,253,239).

#d5fdef hex color red value is 213, green value is 253 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d5fdef hue: 0.44 , saturation: 0.91 and the lightness value of d5fdef is 0.91.

The process color (four color CMYK) of #d5fdef color hex is 0.16, 0.00, 0.06, 0.01. Web safe color of #d5fdef is #ccffff. Color #d5fdef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111101 11101111
Octal 325 375 357
Decimal 213 253 239
Hex D5 FD EF

RGB Percentages of Color #d5fdef

%30.21
%35.89
%33.90

CMYK Percentages of Color #d5fdef

%16
%0
%6
%1

Triadic Colors of #d5fdef

#d5fdef #efd5fd #fdefd5

Analogous Colors of #d5fdef

#d5fdef #d5f7fd #d5fddb

Monochromatic Colors of #d5fdef

#d5fdef

Complementary Color

#d5fdef #fdd5e3

#d5fdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fdef Color CSS Codes

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

#d5fdef Text Font Color

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

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


#d5fdef Background Color

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

This div background color is #d5fdef


#d5fdef Border Color

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

This div border color is #d5fdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fdef


Comments

No comments written yet.

Please login to write comment.