Color Hex Logo

#00adee Color Hex

#00ADEE
(0,173,238)
1 Favorites   0 Comments

Color spaces of #00adee

RGB 0173238
HSL0.551.000.47
HSV196°100°93°
CMYK 1.000.270.00   0.07
XYZ30.376236.060286.2482
Yxy36.06020.19890.2362
Hunter Lab60.0501-14.7940-43.1213
CIE-Lab66.5659-14.0379-42.6968

#00adee color RGB value is (0,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101101 11101110
Octal 0 255 356
Decimal 0 173 238
Hex 0 AD EE

RGB Percentages of Color #00adee

%0.00
%42.09
%57.91

CMYK Percentages of Color #00adee

%100
%27
%0
%7

Triadic Colors of #00adee

#00adee #ee00ad #adee00

Analogous Colors of #00adee

#00adee #0036ee #00eeb8

Monochromatic Colors of #00adee

#00adee

Complementary Color

#00adee #ee4100

#00adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#00adee Color CSS Codes

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

#00adee Text Font Color

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

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


#00adee Background Color

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

This div background color is #00adee


#00adee Border Color

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

This div border color is #00adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00adee


Comments

No comments written yet.

Please login to write comment.