Color Hex Logo

#8febea Color Hex

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

Color spaces of #8febea

RGB 143235234
HSL0.500.700.74
HSV179°39°92°
CMYK 0.390.000.00   0.08
XYZ55.887371.196888.6387
Yxy71.19680.25910.3300
Hunter Lab84.3782-29.4336-3.2190
CIE-Lab87.5805-27.5827-8.1588

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

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

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

Base Numbers

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

RGB Percentages of Color #8febea

%23.37
%38.40
%38.24

CMYK Percentages of Color #8febea

%39
%0
%0
%8

Triadic Colors of #8febea

#8febea #ea8feb #ebea8f

Analogous Colors of #8febea

#8febea #8fbeeb #8febbc

Monochromatic Colors of #8febea

#8febea

Complementary Color

#8febea #eb8f90

#8febea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8febea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8febea Color CSS Codes

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

#8febea Text Font Color

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

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


#8febea Background Color

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

This div background color is #8febea


#8febea Border Color

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

This div border color is #8febea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8febea


Comments

No comments written yet.

Please login to write comment.