Color Hex Logo

#8edfeb Color Hex

#8EDFEB
(142,223,235)
0 Favorites   0 Comments

Color spaces of #8edfeb

RGB 142223235
HSL0.520.700.74
HSV188°40°92°
CMYK 0.400.050.00   0.08
XYZ52.538464.524388.2826
Yxy64.52430.25590.3142
Hunter Lab80.3270-23.8232-8.9332
CIE-Lab84.2380-21.7151-13.6713

#8edfeb color RGB value is (142,223,235).

#8edfeb hex color red value is 142, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8edfeb hue: 0.52 , saturation: 0.70 and the lightness value of 8edfeb is 0.74.

The process color (four color CMYK) of #8edfeb color hex is 0.40, 0.05, 0.00, 0.08. Web safe color of #8edfeb is #99ccff. Color #8edfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011111 11101011
Octal 216 337 353
Decimal 142 223 235
Hex 8E DF EB

RGB Percentages of Color #8edfeb

%23.67
%37.17
%39.17

CMYK Percentages of Color #8edfeb

%40
%5
%0
%8

Triadic Colors of #8edfeb

#8edfeb #eb8edf #dfeb8e

Analogous Colors of #8edfeb

#8edfeb #8eb1eb #8eebc9

Monochromatic Colors of #8edfeb

#8edfeb

Complementary Color

#8edfeb #eb9a8e

#8edfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edfeb Color CSS Codes

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

#8edfeb Text Font Color

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

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


#8edfeb Background Color

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

This div background color is #8edfeb


#8edfeb Border Color

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

This div border color is #8edfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edfeb


Comments

No comments written yet.

Please login to write comment.