Color Hex Logo

#d5fede Color Hex

#D5FEDE
(213,254,222)
0 Favorites   0 Comments

Color spaces of #d5fede

RGB 213254222
HSL0.370.950.92
HSV133°16°100°
CMYK 0.160.000.13   0.00
XYZ76.067290.303782.5284
Yxy90.30370.30560.3628
Hunter Lab95.0283-23.415715.0287
CIE-Lab96.1226-19.068010.9626

#d5fede color RGB value is (213,254,222).

#d5fede hex color red value is 213, green value is 254 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d5fede hue: 0.37 , saturation: 0.95 and the lightness value of d5fede is 0.92.

The process color (four color CMYK) of #d5fede color hex is 0.16, 0.00, 0.13, 0.00. Web safe color of #d5fede is #ccffcc. Color #d5fede contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111110 11011110
Octal 325 376 336
Decimal 213 254 222
Hex D5 FE DE

RGB Percentages of Color #d5fede

%30.91
%36.87
%32.22

CMYK Percentages of Color #d5fede

%16
%0
%13
%0

Triadic Colors of #d5fede

#d5fede #ded5fe #feded5

Analogous Colors of #d5fede

#d5fede #d5fef3 #e1fed5

Monochromatic Colors of #d5fede

#d5fede

Complementary Color

#d5fede #fed5f5

#d5fede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fede Color CSS Codes

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

#d5fede Text Font Color

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

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


#d5fede Background Color

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

This div background color is #d5fede


#d5fede Border Color

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

This div border color is #d5fede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fede


Comments

No comments written yet.

Please login to write comment.