Color Hex Logo

#0feeee Color Hex

#0FEEEE
(15,238,238)
0 Favorites   0 Comments

Color spaces of #0feeee

RGB 15238238
HSL0.500.880.50
HSV180°94°93°
CMYK 0.940.000.00   0.07
XYZ46.204267.423791.4678
Yxy67.42370.22530.3287
Hunter Lab82.1119-43.2543-8.5672
CIE-Lab85.7175-45.2939-13.3370

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101110 11101110
Octal 17 356 356
Decimal 15 238 238
Hex F EE EE

RGB Percentages of Color #0feeee

%3.05
%48.47
%48.47

CMYK Percentages of Color #0feeee

%94
%0
%0
%7

Triadic Colors of #0feeee

#0feeee #ee0fee #eeee0f

Analogous Colors of #0feeee

#0feeee #0f7fee #0fee7f

Monochromatic Colors of #0feeee

#0feeee

Complementary Color

#0feeee #ee0f0f

#0feeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0feeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0feeee Color CSS Codes

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

#0feeee Text Font Color

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

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


#0feeee Background Color

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

This div background color is #0feeee


#0feeee Border Color

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

This div border color is #0feeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0feeee


Comments

No comments written yet.

Please login to write comment.