Color Hex Logo

#abe3ee Color Hex

#ABE3EE
(171,227,238)
0 Favorites   0 Comments

Color spaces of #abe3ee

RGB 171227238
HSL0.530.660.80
HSV190°28°93°
CMYK 0.280.050.00   0.07
XYZ59.696369.769191.2094
Yxy69.76910.27050.3162
Hunter Lab83.5279-18.6022-6.2730
CIE-Lab86.8835-15.2702-11.1487

#abe3ee color RGB value is (171,227,238).

#abe3ee hex color red value is 171, green value is 227 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #abe3ee hue: 0.53 , saturation: 0.66 and the lightness value of abe3ee is 0.80.

The process color (four color CMYK) of #abe3ee color hex is 0.28, 0.05, 0.00, 0.07. Web safe color of #abe3ee is #99ccff. Color #abe3ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100011 11101110
Octal 253 343 356
Decimal 171 227 238
Hex AB E3 EE

RGB Percentages of Color #abe3ee

%26.89
%35.69
%37.42

CMYK Percentages of Color #abe3ee

%28
%5
%0
%7

Triadic Colors of #abe3ee

#abe3ee #eeabe3 #e3eeab

Analogous Colors of #abe3ee

#abe3ee #abc2ee #abeed8

Monochromatic Colors of #abe3ee

#abe3ee

Complementary Color

#abe3ee #eeb6ab

#abe3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe3ee Color CSS Codes

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

#abe3ee Text Font Color

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

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


#abe3ee Background Color

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

This div background color is #abe3ee


#abe3ee Border Color

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

This div border color is #abe3ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,227,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abe3ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abe3ee;
  -webkit-box-shadow: 1px 1px 3px 2px #abe3ee;
  box-shadow:         1px 1px 3px 2px #abe3ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,227,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe3ee


Comments

No comments written yet.

Please login to write comment.