Color Hex Logo

#8ddffe Color Hex

#8DDFFE
(141,223,254)
0 Favorites   0 Comments

Color spaces of #8ddffe

RGB 141223254
HSL0.550.980.77
HSV196°44°100°
CMYK 0.440.120.00   0.00
XYZ55.261665.5938103.5142
Yxy65.59380.24630.2923
Hunter Lab80.9900-19.9373-19.0862
CIE-Lab84.7888-17.1185-22.8835

#8ddffe color RGB value is (141,223,254).

#8ddffe hex color red value is 141, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8ddffe hue: 0.55 , saturation: 0.98 and the lightness value of 8ddffe is 0.77.

The process color (four color CMYK) of #8ddffe color hex is 0.44, 0.12, 0.00, 0.00. Web safe color of #8ddffe is #99ccff. Color #8ddffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011111 11111110
Octal 215 337 376
Decimal 141 223 254
Hex 8D DF FE

RGB Percentages of Color #8ddffe

%22.82
%36.08
%41.10

CMYK Percentages of Color #8ddffe

%44
%12
%0
%0

Triadic Colors of #8ddffe

#8ddffe #fe8ddf #dffe8d

Analogous Colors of #8ddffe

#8ddffe #8da7fe #8dfee5

Monochromatic Colors of #8ddffe

#8ddffe

Complementary Color

#8ddffe #feac8d

#8ddffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddffe Color CSS Codes

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

#8ddffe Text Font Color

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

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


#8ddffe Background Color

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

This div background color is #8ddffe


#8ddffe Border Color

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

This div border color is #8ddffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,223,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ddffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ddffe;
  -webkit-box-shadow: 1px 1px 3px 2px #8ddffe;
  box-shadow:         1px 1px 3px 2px #8ddffe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,223,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 #8ddffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddffe

Related Colors


Comments

No comments written yet.

Please login to write comment.