Color Hex Logo

#d0edeb Color Hex

#D0EDEB
(208,237,235)
0 Favorites   0 Comments

Color spaces of #d0edeb

RGB 208237235
HSL0.490.450.87
HSV176°12°93°
CMYK 0.120.000.01   0.07
XYZ71.292079.976490.2768
Yxy79.97640.29510.3311
Hunter Lab89.4295-14.20392.7489
CIE-Lab91.6743-9.8188-2.2440

#d0edeb color RGB value is (208,237,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101101 11101011
Octal 320 355 353
Decimal 208 237 235
Hex D0 ED EB

RGB Percentages of Color #d0edeb

%30.59
%34.85
%34.56

CMYK Percentages of Color #d0edeb

%12
%0
%1
%7

Triadic Colors of #d0edeb

#d0edeb #ebd0ed #edebd0

Analogous Colors of #d0edeb

#d0edeb #d0e1ed #d0eddd

Monochromatic Colors of #d0edeb

#d0edeb

Complementary Color

#d0edeb #edd0d2

#d0edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0edeb Color CSS Codes

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

#d0edeb Text Font Color

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

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


#d0edeb Background Color

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

This div background color is #d0edeb


#d0edeb Border Color

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

This div border color is #d0edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0edeb


Comments

No comments written yet.

Please login to write comment.