Color Hex Logo

#8afbeb Color Hex

#8AFBEB
(138,251,235)
0 Favorites   0 Comments

Color spaces of #8afbeb

RGB 138251235
HSL0.480.930.76
HSV172°45°98°
CMYK 0.450.000.06   0.02
XYZ59.973880.395890.9543
Yxy80.39580.25930.3475
Hunter Lab89.6637-37.51732.6212
CIE-Lab91.8622-36.0675-2.3889

#8afbeb color RGB value is (138,251,235).

#8afbeb hex color red value is 138, green value is 251 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8afbeb hue: 0.48 , saturation: 0.93 and the lightness value of 8afbeb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111011 11101011
Octal 212 373 353
Decimal 138 251 235
Hex 8A FB EB

RGB Percentages of Color #8afbeb

%22.12
%40.22
%37.66

CMYK Percentages of Color #8afbeb

%45
%0
%6
%2

Triadic Colors of #8afbeb

#8afbeb #eb8afb #fbeb8a

Analogous Colors of #8afbeb

#8afbeb #8ad3fb #8afbb3

Monochromatic Colors of #8afbeb

#8afbeb

Complementary Color

#8afbeb #fb8a9a

#8afbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afbeb Color CSS Codes

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

#8afbeb Text Font Color

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

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


#8afbeb Background Color

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

This div background color is #8afbeb


#8afbeb Border Color

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

This div border color is #8afbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afbeb


Comments

No comments written yet.

Please login to write comment.