Color Hex Logo

#8dfaeb Color Hex

#8DFAEB
(141,250,235)
0 Favorites   0 Comments

Color spaces of #8dfaeb

RGB 141250235
HSL0.480.920.77
HSV172°44°98°
CMYK 0.440.000.06   0.02
XYZ60.165580.032190.8739
Yxy80.03210.26040.3464
Hunter Lab89.4607-36.50852.3958
CIE-Lab91.6993-34.9089-2.6142

#8dfaeb color RGB value is (141,250,235).

#8dfaeb hex color red value is 141, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8dfaeb hue: 0.48 , saturation: 0.92 and the lightness value of 8dfaeb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11111010 11101011
Octal 215 372 353
Decimal 141 250 235
Hex 8D FA EB

RGB Percentages of Color #8dfaeb

%22.52
%39.94
%37.54

CMYK Percentages of Color #8dfaeb

%44
%0
%6
%2

Triadic Colors of #8dfaeb

#8dfaeb #eb8dfa #faeb8d

Analogous Colors of #8dfaeb

#8dfaeb #8dd3fa #8dfab5

Monochromatic Colors of #8dfaeb

#8dfaeb

Complementary Color

#8dfaeb #fa8d9c

#8dfaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dfaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dfaeb Color CSS Codes

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

#8dfaeb Text Font Color

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

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


#8dfaeb Background Color

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

This div background color is #8dfaeb


#8dfaeb Border Color

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

This div border color is #8dfaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dfaeb


Comments

No comments written yet.

Please login to write comment.