Color Hex Logo

#0df9ef Color Hex

#0DF9EF
(13,249,239)
0 Favorites   0 Comments

Color spaces of #0df9ef

RGB 13249239
HSL0.490.950.51
HSV177°95°98°
CMYK 0.950.000.04   0.02
XYZ49.621674.068993.3428
Yxy74.06890.22860.3413
Hunter Lab86.0633-47.6928-4.0606
CIE-Lab88.9550-49.7859-9.0357

#0df9ef color RGB value is (13,249,239).

#0df9ef hex color red value is 13, green value is 249 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0df9ef hue: 0.49 , saturation: 0.95 and the lightness value of 0df9ef is 0.51.

The process color (four color CMYK) of #0df9ef color hex is 0.95, 0.00, 0.04, 0.02. Web safe color of #0df9ef is #00ffff. Color #0df9ef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111001 11101111
Octal 15 371 357
Decimal 13 249 239
Hex D F9 EF

RGB Percentages of Color #0df9ef

%2.59
%49.70
%47.70

CMYK Percentages of Color #0df9ef

%95
%0
%4
%2

Triadic Colors of #0df9ef

#0df9ef #ef0df9 #f9ef0d

Analogous Colors of #0df9ef

#0df9ef #0d8df9 #0df979

Monochromatic Colors of #0df9ef

#0df9ef

Complementary Color

#0df9ef #f90d17

#0df9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0df9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0df9ef Color CSS Codes

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

#0df9ef Text Font Color

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

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


#0df9ef Background Color

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

This div background color is #0df9ef


#0df9ef Border Color

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

This div border color is #0df9ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,249,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0df9ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0df9ef;
  -webkit-box-shadow: 1px 1px 3px 2px #0df9ef;
  box-shadow:         1px 1px 3px 2px #0df9ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,249,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0df9ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0df9ef


Comments

No comments written yet.

Please login to write comment.