Color Hex Logo

#d5fdeb Color Hex

#D5FDEB
(213,253,235)
0 Favorites   0 Comments

Color spaces of #d5fdeb

RGB 213253235
HSL0.430.910.91
HSV153°16°99°
CMYK 0.160.000.07   0.01
XYZ77.561290.394991.9573
Yxy90.39490.29840.3478
Hunter Lab95.0762-20.76689.2083
CIE-Lab96.1603-16.21114.3319

#d5fdeb color RGB value is (213,253,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111101 11101011
Octal 325 375 353
Decimal 213 253 235
Hex D5 FD EB

RGB Percentages of Color #d5fdeb

%30.39
%36.09
%33.52

CMYK Percentages of Color #d5fdeb

%16
%0
%7
%1

Triadic Colors of #d5fdeb

#d5fdeb #ebd5fd #fdebd5

Analogous Colors of #d5fdeb

#d5fdeb #d5fbfd #d5fdd7

Monochromatic Colors of #d5fdeb

#d5fdeb

Complementary Color

#d5fdeb #fdd5e7

#d5fdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fdeb Color CSS Codes

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

#d5fdeb Text Font Color

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

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


#d5fdeb Background Color

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

This div background color is #d5fdeb


#d5fdeb Border Color

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

This div border color is #d5fdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fdeb


Comments

No comments written yet.

Please login to write comment.