Color Hex Logo

#0fdfee Color Hex

#0FDFEE
(15,223,238)
0 Favorites   0 Comments

Color spaces of #0fdfee

RGB 15223238
HSL0.510.880.50
HSV184°94°93°
CMYK 0.940.060.00   0.07
XYZ42.017359.050090.0722
Yxy59.05000.21980.3089
Hunter Lab76.8440-36.8755-15.7056
CIE-Lab81.3191-38.5885-19.9557

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011111 11101110
Octal 17 337 356
Decimal 15 223 238
Hex F DF EE

RGB Percentages of Color #0fdfee

%3.15
%46.85
%50.00

CMYK Percentages of Color #0fdfee

%94
%6
%0
%7

Triadic Colors of #0fdfee

#0fdfee #ee0fdf #dfee0f

Analogous Colors of #0fdfee

#0fdfee #0f70ee #0fee8e

Monochromatic Colors of #0fdfee

#0fdfee

Complementary Color

#0fdfee #ee1e0f

#0fdfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdfee Color CSS Codes

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

#0fdfee Text Font Color

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

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


#0fdfee Background Color

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

This div background color is #0fdfee


#0fdfee Border Color

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

This div border color is #0fdfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdfee


Comments

No comments written yet.

Please login to write comment.