Color Hex Logo

#0fe2ee Color Hex

#0FE2EE
(15,226,238)
0 Favorites   0 Comments

Color spaces of #0fe2ee

RGB 15226238
HSL0.510.880.50
HSV183°94°93°
CMYK 0.940.050.00   0.07
XYZ42.826060.667390.3417
Yxy60.66730.22090.3130
Hunter Lab77.8892-38.1611-14.2465
CIE-Lab82.1996-39.9555-18.6247

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100010 11101110
Octal 17 342 356
Decimal 15 226 238
Hex F E2 EE

RGB Percentages of Color #0fe2ee

%3.13
%47.18
%49.69

CMYK Percentages of Color #0fe2ee

%94
%5
%0
%7

Triadic Colors of #0fe2ee

#0fe2ee #ee0fe2 #e2ee0f

Analogous Colors of #0fe2ee

#0fe2ee #0f73ee #0fee8b

Monochromatic Colors of #0fe2ee

#0fe2ee

Complementary Color

#0fe2ee #ee1b0f

#0fe2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe2ee Color CSS Codes

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

#0fe2ee Text Font Color

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

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


#0fe2ee Background Color

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

This div background color is #0fe2ee


#0fe2ee Border Color

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

This div border color is #0fe2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe2ee


Comments

No comments written yet.

Please login to write comment.