Color Hex Logo

#d1eeee Color Hex LightCyan2

#D1EEEE
(209,238,238)
22 Favorites   0 Comments

Color spaces of #d1eeee LightCyan2

RGB 209238238
HSL0.500.460.88
HSV180°12°93°
CMYK 0.120.000.00   0.07
XYZ72.301680.877492.6891
Yxy80.87740.29410.3289
Hunter Lab89.9319-13.87391.8445
CIE-Lab92.0771-9.4207-3.2083

#d1eeee color RGB value is (209,238,238). #d1eeee color name is LightCyan2 color.

#d1eeee hex color red value is 209, green value is 238 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d1eeee hue: 0.50 , saturation: 0.46 and the lightness value of d1eeee is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101110 11101110
Octal 321 356 356
Decimal 209 238 238
Hex D1 EE EE

RGB Percentages of Color #d1eeee

%30.51
%34.74
%34.74

CMYK Percentages of Color #d1eeee

%12
%0
%0
%7

Triadic Colors of #d1eeee

#d1eeee #eed1ee #eeeed1

Analogous Colors of #d1eeee

#d1eeee #d1e0ee #d1eee0

Monochromatic Colors of #d1eeee

#d1eeee

Complementary Color

#d1eeee #eed1d1

#d1eeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1eeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1eeee Color CSS Codes

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

#d1eeee Text Font Color

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

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


#d1eeee Background Color

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

This div background color is #d1eeee


#d1eeee Border Color

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

This div border color is #d1eeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1eeee


Comments

No comments written yet.

Please login to write comment.