Color Hex Logo

#d1ebed Color Hex

#D1EBED
(209,235,237)
2 Favorites   0 Comments

Color spaces of #d1ebed

RGB 209235237
HSL0.510.440.87
HSV184°12°93°
CMYK 0.120.010.00   0.07
XYZ71.288979.086491.6286
Yxy79.08640.29460.3268
Hunter Lab88.9305-12.53851.1626
CIE-Lab91.2734-8.0973-3.8684

#d1ebed color RGB value is (209,235,237).

#d1ebed hex color red value is 209, green value is 235 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d1ebed hue: 0.51 , saturation: 0.44 and the lightness value of d1ebed is 0.87.

The process color (four color CMYK) of #d1ebed color hex is 0.12, 0.01, 0.00, 0.07. Web safe color of #d1ebed is #ccffff. Color #d1ebed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101011 11101101
Octal 321 353 355
Decimal 209 235 237
Hex D1 EB ED

RGB Percentages of Color #d1ebed

%30.69
%34.51
%34.80

CMYK Percentages of Color #d1ebed

%12
%1
%0
%7

Triadic Colors of #d1ebed

#d1ebed #edd1eb #ebedd1

Analogous Colors of #d1ebed

#d1ebed #d1dded #d1ede1

Monochromatic Colors of #d1ebed

#d1ebed

Complementary Color

#d1ebed #edd3d1

#d1ebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ebed Color CSS Codes

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

#d1ebed Text Font Color

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

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


#d1ebed Background Color

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

This div background color is #d1ebed


#d1ebed Border Color

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

This div border color is #d1ebed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,235,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 #d1ebed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ebed


Comments

No comments written yet.

Please login to write comment.