Color Hex Logo

#8aefcb Color Hex

#8AEFCB
(138,239,203)
0 Favorites   0 Comments

Color spaces of #8aefcb

RGB 138239203
HSL0.440.760.74
HSV159°42°94°
CMYK 0.420.000.15   0.06
XYZ52.127271.448167.5434
Yxy71.44810.27270.3738
Hunter Lab84.5270-37.842511.7917
CIE-Lab87.7023-37.72058.2264

#8aefcb color RGB value is (138,239,203).

#8aefcb hex color red value is 138, green value is 239 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8aefcb hue: 0.44 , saturation: 0.76 and the lightness value of 8aefcb is 0.74.

The process color (four color CMYK) of #8aefcb color hex is 0.42, 0.00, 0.15, 0.06. Web safe color of #8aefcb is #99ffcc. Color #8aefcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101111 11001011
Octal 212 357 313
Decimal 138 239 203
Hex 8A EF CB

RGB Percentages of Color #8aefcb

%23.79
%41.21
%35.00

CMYK Percentages of Color #8aefcb

%42
%0
%15
%6

Triadic Colors of #8aefcb

#8aefcb #cb8aef #efcb8a

Analogous Colors of #8aefcb

#8aefcb #8ae1ef #8aef99

Monochromatic Colors of #8aefcb

#8aefcb

Complementary Color

#8aefcb #ef8aae

#8aefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aefcb Color CSS Codes

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

#8aefcb Text Font Color

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

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


#8aefcb Background Color

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

This div background color is #8aefcb


#8aefcb Border Color

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

This div border color is #8aefcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,239,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aefcb


Comments

No comments written yet.

Please login to write comment.