Color Hex Logo

#8feaeb Color Hex

#8FEAEB
(143,234,235)
0 Favorites   0 Comments

Color spaces of #8feaeb

RGB 143234235
HSL0.500.700.74
HSV181°39°92°
CMYK 0.390.000.00   0.08
XYZ55.745970.683489.3024
Yxy70.68340.25840.3276
Hunter Lab84.0734-28.7719-4.1262
CIE-Lab87.3310-26.8605-9.0540

#8feaeb color RGB value is (143,234,235).

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

The process color (four color CMYK) of #8feaeb color hex is 0.39, 0.00, 0.00, 0.08. Web safe color of #8feaeb is #99ffff. Color #8feaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101010 11101011
Octal 217 352 353
Decimal 143 234 235
Hex 8F EA EB

RGB Percentages of Color #8feaeb

%23.37
%38.24
%38.40

CMYK Percentages of Color #8feaeb

%39
%0
%0
%8

Triadic Colors of #8feaeb

#8feaeb #eb8fea #eaeb8f

Analogous Colors of #8feaeb

#8feaeb #8fbceb #8febbe

Monochromatic Colors of #8feaeb

#8feaeb

Complementary Color

#8feaeb #eb908f

#8feaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8feaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8feaeb Color CSS Codes

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

#8feaeb Text Font Color

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

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


#8feaeb Background Color

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

This div background color is #8feaeb


#8feaeb Border Color

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

This div border color is #8feaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8feaeb


Comments

No comments written yet.

Please login to write comment.