Color Hex Logo

#a8efbc Color Hex

#A8EFBC
(168,239,188)
0 Favorites   0 Comments

Color spaces of #a8efbc

RGB 168239188
HSL0.380.690.80
HSV137°30°94°
CMYK 0.300.000.21   0.06
XYZ56.092173.688758.8439
Yxy73.68870.29740.3907
Hunter Lab85.8421-33.585919.4468
CIE-Lab88.7751-32.220917.7383

#a8efbc color RGB value is (168,239,188).

#a8efbc hex color red value is 168, green value is 239 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a8efbc hue: 0.38 , saturation: 0.69 and the lightness value of a8efbc is 0.80.

The process color (four color CMYK) of #a8efbc color hex is 0.30, 0.00, 0.21, 0.06. Web safe color of #a8efbc is #99ffcc. Color #a8efbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101111 10111100
Octal 250 357 274
Decimal 168 239 188
Hex A8 EF BC

RGB Percentages of Color #a8efbc

%28.24
%40.17
%31.60

CMYK Percentages of Color #a8efbc

%30
%0
%21
%6

Triadic Colors of #a8efbc

#a8efbc #bca8ef #efbca8

Analogous Colors of #a8efbc

#a8efbc #a8efe0 #b8efa8

Monochromatic Colors of #a8efbc

#a8efbc

Complementary Color

#a8efbc #efa8db

#a8efbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8efbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8efbc Color CSS Codes

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

#a8efbc Text Font Color

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

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


#a8efbc Background Color

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

This div background color is #a8efbc


#a8efbc Border Color

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

This div border color is #a8efbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,239,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8efbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8efbc;
  -webkit-box-shadow: 1px 1px 3px 2px #a8efbc;
  box-shadow:         1px 1px 3px 2px #a8efbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8efbc


Comments

No comments written yet.

Please login to write comment.