Color Hex Logo

#00adbe Color Hex

#00ADBE
(0,173,190)
0 Favorites   0 Comments

Color spaces of #00adbe

RGB 0173190
HSL0.511.000.37
HSV185°100°75°
CMYK 1.000.090.00   0.25
XYZ24.237833.604853.9241
Yxy33.60480.21690.3007
Hunter Lab57.9696-26.8139-14.5736
CIE-Lab64.6477-30.5494-19.1879

#00adbe color RGB value is (0,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101101 10111110
Octal 0 255 276
Decimal 0 173 190
Hex 0 AD BE

RGB Percentages of Color #00adbe

%0.00
%47.66
%52.34

CMYK Percentages of Color #00adbe

%100
%9
%0
%25

Triadic Colors of #00adbe

#00adbe #be00ad #adbe00

Analogous Colors of #00adbe

#00adbe #004ebe #00be70

Monochromatic Colors of #00adbe

#00adbe

Complementary Color

#00adbe #be1100

#00adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#00adbe Color CSS Codes

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

#00adbe Text Font Color

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

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


#00adbe Background Color

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

This div background color is #00adbe


#00adbe Border Color

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

This div border color is #00adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00adbe


Comments

No comments written yet.

Please login to write comment.