Color Hex Logo

#00abce Color Hex

#00ABCE
(0,171,206)
0 Favorites   0 Comments

Color spaces of #00abce

RGB 0171206
HSL0.531.000.40
HSV190°100°81°
CMYK 1.000.170.00   0.19
XYZ25.703533.582163.5198
Yxy33.58210.20930.2735
Hunter Lab57.9501-22.2397-24.4235
CIE-Lab64.6295-24.2045-28.0977

#00abce color RGB value is (0,171,206).

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

The process color (four color CMYK) of #00abce color hex is 1.00, 0.17, 0.00, 0.19. Web safe color of #00abce is #0099cc. Color #00abce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101011 11001110
Octal 0 253 316
Decimal 0 171 206
Hex 0 AB CE

RGB Percentages of Color #00abce

%0.00
%45.36
%54.64

CMYK Percentages of Color #00abce

%100
%17
%0
%19

Triadic Colors of #00abce

#00abce #ce00ab #abce00

Analogous Colors of #00abce

#00abce #0044ce #00ce8a

Monochromatic Colors of #00abce

#00abce

Complementary Color

#00abce #ce2300

#00abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#00abce Color CSS Codes

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

#00abce Text Font Color

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

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


#00abce Background Color

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

This div background color is #00abce


#00abce Border Color

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

This div border color is #00abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00abce


Comments

No comments written yet.

Please login to write comment.