Color Hex Logo

#d4ebef Color Hex

#D4EBEF
(212,235,239)
0 Favorites   0 Comments

Color spaces of #d4ebef

RGB 212235239
HSL0.520.460.88
HSV189°11°94°
CMYK 0.110.020.00   0.06
XYZ72.439779.645793.2165
Yxy79.64570.29530.3247
Hunter Lab89.2444-11.28930.5422
CIE-Lab91.5257-6.7533-4.5179

#d4ebef color RGB value is (212,235,239).

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

The process color (four color CMYK) of #d4ebef color hex is 0.11, 0.02, 0.00, 0.06. Web safe color of #d4ebef is #ccffff. Color #d4ebef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101011 11101111
Octal 324 353 357
Decimal 212 235 239
Hex D4 EB EF

RGB Percentages of Color #d4ebef

%30.90
%34.26
%34.84

CMYK Percentages of Color #d4ebef

%11
%2
%0
%6

Triadic Colors of #d4ebef

#d4ebef #efd4eb #ebefd4

Analogous Colors of #d4ebef

#d4ebef #d4deef #d4efe6

Monochromatic Colors of #d4ebef

#d4ebef

Complementary Color

#d4ebef #efd8d4

#d4ebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ebef Color CSS Codes

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

#d4ebef Text Font Color

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

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


#d4ebef Background Color

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

This div background color is #d4ebef


#d4ebef Border Color

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

This div border color is #d4ebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ebef


Comments

No comments written yet.

Please login to write comment.