Color Hex Logo

#0eafdd Color Hex

#0EAFDD
(14,175,221)
0 Favorites   0 Comments

Color spaces of #0eafdd

RGB 14175221
HSL0.540.880.46
HSV193°94°87°
CMYK 0.940.210.00   0.13
XYZ28.562235.973873.8449
Yxy35.97380.20640.2600
Hunter Lab59.9782-19.9583-31.0129
CIE-Lab66.4999-20.6984-33.4770

#0eafdd color RGB value is (14,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101111 11011101
Octal 16 257 335
Decimal 14 175 221
Hex E AF DD

RGB Percentages of Color #0eafdd

%3.41
%42.68
%53.90

CMYK Percentages of Color #0eafdd

%94
%21
%0
%13

Triadic Colors of #0eafdd

#0eafdd #dd0eaf #afdd0e

Analogous Colors of #0eafdd

#0eafdd #0e48dd #0edda4

Monochromatic Colors of #0eafdd

#0eafdd

Complementary Color

#0eafdd #dd3c0e

#0eafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eafdd Color CSS Codes

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

#0eafdd Text Font Color

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

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


#0eafdd Background Color

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

This div background color is #0eafdd


#0eafdd Border Color

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

This div border color is #0eafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eafdd


Comments

No comments written yet.

Please login to write comment.