Color Hex Logo

#0feaea Color Hex

#0FEAEA
(15,234,234)
0 Favorites   0 Comments

Color spaces of #0feaea

RGB 15234234
HSL0.500.880.49
HSV180°94°92°
CMYK 0.940.000.00   0.08
XYZ44.471164.887788.0226
Yxy64.88770.22530.3287
Hunter Lab80.5529-42.4225-8.4010
CIE-Lab84.4258-44.7049-13.1642

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

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

The process color (four color CMYK) of #0feaea color hex is 0.94, 0.00, 0.00, 0.08. Web safe color of #0feaea is #00ffff. Color #0feaea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101010 11101010
Octal 17 352 352
Decimal 15 234 234
Hex F EA EA

RGB Percentages of Color #0feaea

%3.11
%48.45
%48.45

CMYK Percentages of Color #0feaea

%94
%0
%0
%8

Triadic Colors of #0feaea

#0feaea #ea0fea #eaea0f

Analogous Colors of #0feaea

#0feaea #0f7dea #0fea7d

Monochromatic Colors of #0feaea

#0feaea

Complementary Color

#0feaea #ea0f0f

#0feaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0feaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0feaea Color CSS Codes

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

#0feaea Text Font Color

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

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


#0feaea Background Color

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

This div background color is #0feaea


#0feaea Border Color

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

This div border color is #0feaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0feaea


Comments

No comments written yet.

Please login to write comment.