Color Hex Logo

#0eafc7 Color Hex

#0EAFC7
(14,175,199)
0 Favorites   0 Comments

Color spaces of #0eafc7

RGB 14175199
HSL0.520.870.42
HSV188°93°78°
CMYK 0.930.120.00   0.22
XYZ25.819934.876859.4039
Yxy34.87680.21500.2904
Hunter Lab59.0566-25.3077-18.2991
CIE-Lab65.6526-28.1272-22.6433

#0eafc7 color RGB value is (14,175,199).

#0eafc7 hex color red value is 14, green value is 175 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #0eafc7 hue: 0.52 , saturation: 0.87 and the lightness value of 0eafc7 is 0.42.

The process color (four color CMYK) of #0eafc7 color hex is 0.93, 0.12, 0.00, 0.22. Web safe color of #0eafc7 is #0099cc. Color #0eafc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101111 11000111
Octal 16 257 307
Decimal 14 175 199
Hex E AF C7

RGB Percentages of Color #0eafc7

%3.61
%45.10
%51.29

CMYK Percentages of Color #0eafc7

%93
%12
%0
%22

Triadic Colors of #0eafc7

#0eafc7 #c70eaf #afc70e

Analogous Colors of #0eafc7

#0eafc7 #0e53c7 #0ec783

Monochromatic Colors of #0eafc7

#0eafc7

Complementary Color

#0eafc7 #c7260e

#0eafc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eafc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eafc7 Color CSS Codes

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

#0eafc7 Text Font Color

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

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


#0eafc7 Background Color

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

This div background color is #0eafc7


#0eafc7 Border Color

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

This div border color is #0eafc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eafc7


Comments

No comments written yet.

Please login to write comment.