Color Hex Logo

#0fdeea Color Hex

#0FDEEA
(15,222,234)
0 Favorites   0 Comments

Color spaces of #0fdeea

RGB 15222234
HSL0.510.880.49
HSV183°94°92°
CMYK 0.940.050.00   0.08
XYZ41.169658.284686.9221
Yxy58.28460.22090.3127
Hunter Lab76.3444-37.3444-14.0638
CIE-Lab80.8968-39.3471-18.4691

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011110 11101010
Octal 17 336 352
Decimal 15 222 234
Hex F DE EA

RGB Percentages of Color #0fdeea

%3.18
%47.13
%49.68

CMYK Percentages of Color #0fdeea

%94
%5
%0
%8

Triadic Colors of #0fdeea

#0fdeea #ea0fde #deea0f

Analogous Colors of #0fdeea

#0fdeea #0f71ea #0fea89

Monochromatic Colors of #0fdeea

#0fdeea

Complementary Color

#0fdeea #ea1b0f

#0fdeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdeea Color CSS Codes

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

#0fdeea Text Font Color

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

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


#0fdeea Background Color

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

This div background color is #0fdeea


#0fdeea Border Color

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

This div border color is #0fdeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdeea


Comments

No comments written yet.

Please login to write comment.