Color Hex Logo

#d5fded Color Hex

#D5FDED
(213,253,237)
0 Favorites   0 Comments

Color spaces of #d5fded

RGB 213253237
HSL0.430.910.91
HSV156°16°99°
CMYK 0.160.000.06   0.01
XYZ77.851990.511193.4879
Yxy90.51110.29730.3457
Hunter Lab95.1373-20.42188.3341
CIE-Lab96.2084-15.83523.3716

#d5fded color RGB value is (213,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111101 11101101
Octal 325 375 355
Decimal 213 253 237
Hex D5 FD ED

RGB Percentages of Color #d5fded

%30.30
%35.99
%33.71

CMYK Percentages of Color #d5fded

%16
%0
%6
%1

Triadic Colors of #d5fded

#d5fded #edd5fd #fdedd5

Analogous Colors of #d5fded

#d5fded #d5f9fd #d5fdd9

Monochromatic Colors of #d5fded

#d5fded

Complementary Color

#d5fded #fdd5e5

#d5fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fded Color CSS Codes

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

#d5fded Text Font Color

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

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


#d5fded Background Color

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

This div background color is #d5fded


#d5fded Border Color

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

This div border color is #d5fded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fded


Comments

No comments written yet.

Please login to write comment.