Color Hex Logo

#abecea Color Hex

#ABECEA
(171,236,234)
0 Favorites   0 Comments

Color spaces of #abecea

RGB 171236234
HSL0.490.630.80
HSV178°28°93°
CMYK 0.280.000.01   0.07
XYZ61.641374.589388.9902
Yxy74.58930.27370.3312
Hunter Lab86.3651-23.7382-0.6366
CIE-Lab89.2003-20.6555-5.6127

#abecea color RGB value is (171,236,234).

#abecea hex color red value is 171, green value is 236 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #abecea hue: 0.49 , saturation: 0.63 and the lightness value of abecea is 0.80.

The process color (four color CMYK) of #abecea color hex is 0.28, 0.00, 0.01, 0.07. Web safe color of #abecea is #99ffff. Color #abecea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 11101010
Octal 253 354 352
Decimal 171 236 234
Hex AB EC EA

RGB Percentages of Color #abecea

%26.68
%36.82
%36.51

CMYK Percentages of Color #abecea

%28
%0
%1
%7

Triadic Colors of #abecea

#abecea #eaabec #eceaab

Analogous Colors of #abecea

#abecea #abceec #abecca

Monochromatic Colors of #abecea

#abecea

Complementary Color

#abecea #ecabad

#abecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecea Color CSS Codes

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

#abecea Text Font Color

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

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


#abecea Background Color

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

This div background color is #abecea


#abecea Border Color

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

This div border color is #abecea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,236,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 #abecea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecea

#abecea Color Palettes


Comments

No comments written yet.

Please login to write comment.