Color Hex Logo

#8defee Color Hex

#8DEFEE
(141,239,238)
0 Favorites   0 Comments

Color spaces of #8defee

RGB 141239238
HSL0.500.750.75
HSV179°41°94°
CMYK 0.410.000.00   0.06
XYZ57.283673.568892.0699
Yxy73.56880.25700.3300
Hunter Lab85.7723-30.8890-3.6027
CIE-Lab88.7183-29.0270-8.5763

#8defee color RGB value is (141,239,238).

#8defee hex color red value is 141, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8defee hue: 0.50 , saturation: 0.75 and the lightness value of 8defee is 0.75.

The process color (four color CMYK) of #8defee color hex is 0.41, 0.00, 0.00, 0.06. Web safe color of #8defee is #99ffff. Color #8defee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101111 11101110
Octal 215 357 356
Decimal 141 239 238
Hex 8D EF EE

RGB Percentages of Color #8defee

%22.82
%38.67
%38.51

CMYK Percentages of Color #8defee

%41
%0
%0
%6

Triadic Colors of #8defee

#8defee #ee8def #efee8d

Analogous Colors of #8defee

#8defee #8dbfef #8defbd

Monochromatic Colors of #8defee

#8defee

Complementary Color

#8defee #ef8d8e

#8defee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8defee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8defee Color CSS Codes

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

#8defee Text Font Color

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

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


#8defee Background Color

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

This div background color is #8defee


#8defee Border Color

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

This div border color is #8defee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8defee


Comments

No comments written yet.

Please login to write comment.