Color Hex Logo

#0eabdd Color Hex

#0EABDD
(14,171,221)
0 Favorites   0 Comments

Color spaces of #0eabdd

RGB 14171221
HSL0.540.880.46
HSV194°94°87°
CMYK 0.940.230.00   0.13
XYZ27.795234.439673.5892
Yxy34.43960.20460.2536
Hunter Lab58.6853-18.1560-33.2678
CIE-Lab65.3100-18.5947-35.3255

#0eabdd color RGB value is (14,171,221).

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

The process color (four color CMYK) of #0eabdd color hex is 0.94, 0.23, 0.00, 0.13. Web safe color of #0eabdd is #0099cc. Color #0eabdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 11011101
Octal 16 253 335
Decimal 14 171 221
Hex E AB DD

RGB Percentages of Color #0eabdd

%3.45
%42.12
%54.43

CMYK Percentages of Color #0eabdd

%94
%23
%0
%13

Triadic Colors of #0eabdd

#0eabdd #dd0eab #abdd0e

Analogous Colors of #0eabdd

#0eabdd #0e43dd #0edda8

Monochromatic Colors of #0eabdd

#0eabdd

Complementary Color

#0eabdd #dd400e

#0eabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eabdd Color CSS Codes

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

#0eabdd Text Font Color

<p style="color:#0eabdd">Text here</p>

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


#0eabdd Background Color

<div style="background-color:#0eabdd">
Div content here</div>

This div background color is #0eabdd


#0eabdd Border Color

<div style="border:3px solid #0eabdd">
Div here</div>

This div border color is #0eabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eabdd


Comments

No comments written yet.

Please login to write comment.