Color Hex Logo

#d4ebec Color Hex

#D4EBEC
(212,235,236)
0 Favorites   0 Comments

Color spaces of #d4ebec

RGB 212235236
HSL0.510.390.88
HSV183°10°93°
CMYK 0.100.000.00   0.07
XYZ72.000079.469890.9013
Yxy79.46980.29710.3279
Hunter Lab89.1458-11.83701.9445
CIE-Lab91.4464-7.3378-3.0691

#d4ebec color RGB value is (212,235,236).

#d4ebec hex color red value is 212, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d4ebec hue: 0.51 , saturation: 0.39 and the lightness value of d4ebec is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101011 11101100
Octal 324 353 354
Decimal 212 235 236
Hex D4 EB EC

RGB Percentages of Color #d4ebec

%31.04
%34.41
%34.55

CMYK Percentages of Color #d4ebec

%10
%0
%0
%7

Triadic Colors of #d4ebec

#d4ebec #ecd4eb #ebecd4

Analogous Colors of #d4ebec

#d4ebec #d4dfec #d4ece1

Monochromatic Colors of #d4ebec

#d4ebec

Complementary Color

#d4ebec #ecd5d4

#d4ebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ebec Color CSS Codes

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

#d4ebec Text Font Color

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

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


#d4ebec Background Color

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

This div background color is #d4ebec


#d4ebec Border Color

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

This div border color is #d4ebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ebec


Comments

No comments written yet.

Please login to write comment.