Color Hex Logo

#0feaee Color Hex

#0FEAEE
(15,234,238)
0 Favorites   0 Comments

Color spaces of #0feaee

RGB 15234238
HSL0.500.880.50
HSV181°94°93°
CMYK 0.940.020.00   0.07
XYZ45.052465.120291.0839
Yxy65.12020.22390.3236
Hunter Lab80.6971-41.5651-10.4335
CIE-Lab84.5456-43.5373-15.0930

#0feaee color RGB value is (15,234,238).

#0feaee hex color red value is 15, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0feaee hue: 0.50 , saturation: 0.88 and the lightness value of 0feaee is 0.50.

The process color (four color CMYK) of #0feaee color hex is 0.94, 0.02, 0.00, 0.07. Web safe color of #0feaee is #00ffff. Color #0feaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101010 11101110
Octal 17 352 356
Decimal 15 234 238
Hex F EA EE

RGB Percentages of Color #0feaee

%3.08
%48.05
%48.87

CMYK Percentages of Color #0feaee

%94
%2
%0
%7

Triadic Colors of #0feaee

#0feaee #ee0fea #eaee0f

Analogous Colors of #0feaee

#0feaee #0f7bee #0fee83

Monochromatic Colors of #0feaee

#0feaee

Complementary Color

#0feaee #ee130f

#0feaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0feaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0feaee Color CSS Codes

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

#0feaee Text Font Color

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

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


#0feaee Background Color

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

This div background color is #0feaee


#0feaee Border Color

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

This div border color is #0feaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0feaee


Comments

No comments written yet.

Please login to write comment.