Color Hex Logo

#0df8ff Color Hex

#0DF8FF
(13,248,255)
0 Favorites   0 Comments

Color spaces of #0df8ff

RGB 13248255
HSL0.501.000.53
HSV182°95°100°
CMYK 0.950.030.00   0.00
XYZ51.783474.4404106.2469
Yxy74.44040.22280.3202
Hunter Lab86.2789-43.8547-12.6167
CIE-Lab89.1302-44.7773-17.1138

#0df8ff color RGB value is (13,248,255).

#0df8ff hex color red value is 13, green value is 248 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0df8ff hue: 0.50 , saturation: 1.00 and the lightness value of 0df8ff is 0.53.

The process color (four color CMYK) of #0df8ff color hex is 0.95, 0.03, 0.00, 0.00. Web safe color of #0df8ff is #00ffff. Color #0df8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111000 11111111
Octal 15 370 377
Decimal 13 248 255
Hex D F8 FF

RGB Percentages of Color #0df8ff

%2.52
%48.06
%49.42

CMYK Percentages of Color #0df8ff

%95
%3
%0
%0

Triadic Colors of #0df8ff

#0df8ff #ff0df8 #f8ff0d

Analogous Colors of #0df8ff

#0df8ff #0d7fff #0dff8d

Monochromatic Colors of #0df8ff

#0df8ff

Complementary Color

#0df8ff #ff140d

#0df8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0df8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0df8ff Color CSS Codes

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

#0df8ff Text Font Color

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

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


#0df8ff Background Color

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

This div background color is #0df8ff


#0df8ff Border Color

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

This div border color is #0df8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0df8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.