color codes Logo

#00abbe color codes

#00ABBE
(0,171,190)
0 Favorites   0 Comments

Color spaces of #00abbe

RGB 0171190
HSL0.521.000.37
HSV186°100°75°
CMYK 1.000.100.00   0.25
XYZ23.857232.843553.7972
Yxy32.84350.21590.2972
Hunter Lab57.3092-25.9836-15.5401
CIE-Lab64.0340-29.5726-20.1218

#00abbe color RGB value is (0,171,190).

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

The process color (four color CMYK) of #00abbe color code is 1.00, 0.10, 0.00, 0.25. Web safe color of #00abbe is #0099cc. Color #00abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101011 10111110
Octal 0 253 276
Decimal 0 171 190
Hex 0 AB BE

RGB Percentages of Color #00abbe

%0.00
%47.37
%52.63

CMYK Percentages of Color #00abbe

%100
%10
%0
%25

Triadic Colors of #00abbe

#00abbe #be00ab #abbe00

Analogous Colors of #00abbe

#00abbe #004cbe #00be72

Monochromatic Colors of #00abbe

#00abbe

Complementary Color

#00abbe #be1300

#00abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#00abbe Color CSS Codes

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

#00abbe Text Font Color

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

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


#00abbe Background Color

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

This div background color is #00abbe


#00abbe Border Color

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

This div border color is #00abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00abbe

#00abbe Color Palettes


Comments

No comments written yet.

Please login to write comment.