Color Hex Logo

#d0effe Color Hex

#D0EFFE
(208,239,254)
2 Favorites   0 Comments

Color spaces of #d0effe

RGB 208239254
HSL0.550.960.91
HSV200°18°100°
CMYK 0.180.060.00   0.00
XYZ74.768382.2987105.7104
Yxy82.29870.28450.3132
Hunter Lab90.7186-11.6418-5.5850
CIE-Lab92.7065-7.0010-10.6133

#d0effe color RGB value is (208,239,254).

#d0effe hex color red value is 208, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d0effe hue: 0.55 , saturation: 0.96 and the lightness value of d0effe is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101111 11111110
Octal 320 357 376
Decimal 208 239 254
Hex D0 EF FE

RGB Percentages of Color #d0effe

%29.67
%34.09
%36.23

CMYK Percentages of Color #d0effe

%18
%6
%0
%0

Triadic Colors of #d0effe

#d0effe #fed0ef #effed0

Analogous Colors of #d0effe

#d0effe #d0d8fe #d0fef6

Monochromatic Colors of #d0effe

#d0effe

Complementary Color

#d0effe #fedfd0

#d0effe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0effe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0effe Color CSS Codes

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

#d0effe Text Font Color

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

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


#d0effe Background Color

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

This div background color is #d0effe


#d0effe Border Color

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

This div border color is #d0effe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0effe

Related Colors


Comments

No comments written yet.

Please login to write comment.