Color Hex Logo

#0ffeee Color Hex

#0FFEEE
(15,254,238)
0 Favorites   0 Comments

Color spaces of #0ffeee

RGB 15254238
HSL0.490.990.53
HSV176°94°100°
CMYK 0.940.000.06   0.00
XYZ51.071477.158293.0902
Yxy77.15820.23080.3486
Hunter Lab87.8397-49.9369-1.3461
CIE-Lab90.3944-52.1065-6.3826

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111110 11101110
Octal 17 376 356
Decimal 15 254 238
Hex F FE EE

RGB Percentages of Color #0ffeee

%2.96
%50.10
%46.94

CMYK Percentages of Color #0ffeee

%94
%0
%6
%0

Triadic Colors of #0ffeee

#0ffeee #ee0ffe #feee0f

Analogous Colors of #0ffeee

#0ffeee #0f97fe #0ffe77

Monochromatic Colors of #0ffeee

#0ffeee

Complementary Color

#0ffeee #fe0f1f

#0ffeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffeee Color CSS Codes

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

#0ffeee Text Font Color

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

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


#0ffeee Background Color

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

This div background color is #0ffeee


#0ffeee Border Color

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

This div border color is #0ffeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffeee


Comments

No comments written yet.

Please login to write comment.