Color Hex Logo

#00abea Color Hex

#00ABEA
(0,171,234)
0 Favorites   0 Comments

Color spaces of #00abea

RGB 0171234
HSL0.541.000.46
HSV196°100°92°
CMYK 1.000.270.00   0.08
XYZ29.414235.066383.0601
Yxy35.06630.19940.2377
Hunter Lab59.2168-14.9648-41.7110
CIE-Lab65.8003-14.3853-41.7081

#00abea color RGB value is (0,171,234).

#00abea hex color red value is 0, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #00abea hue: 0.54 , saturation: 1.00 and the lightness value of 00abea is 0.46.

The process color (four color CMYK) of #00abea color hex is 1.00, 0.27, 0.00, 0.08. Web safe color of #00abea is #0099ff. Color #00abea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101011 11101010
Octal 0 253 352
Decimal 0 171 234
Hex 0 AB EA

RGB Percentages of Color #00abea

%0.00
%42.22
%57.78

CMYK Percentages of Color #00abea

%100
%27
%0
%8

Triadic Colors of #00abea

#00abea #ea00ab #abea00

Analogous Colors of #00abea

#00abea #0036ea #00eab4

Monochromatic Colors of #00abea

#00abea

Complementary Color

#00abea #ea3f00

#00abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#00abea Color CSS Codes

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

#00abea Text Font Color

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

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


#00abea Background Color

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

This div background color is #00abea


#00abea Border Color

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

This div border color is #00abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00abea


Comments

No comments written yet.

Please login to write comment.