Color Hex Logo

#0deff4 Color Hex

#0DEFF4
(13,239,244)
0 Favorites   0 Comments

Color spaces of #0deff4

RGB 13239244
HSL0.500.910.50
HSV181°95°96°
CMYK 0.950.020.00   0.04
XYZ47.361668.350296.2846
Yxy68.35020.22340.3224
Hunter Lab82.6742-42.4224-11.1788
CIE-Lab86.1813-44.0374-15.7934

#0deff4 color RGB value is (13,239,244).

#0deff4 hex color red value is 13, green value is 239 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #0deff4 hue: 0.50 , saturation: 0.91 and the lightness value of 0deff4 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 11110100
Octal 15 357 364
Decimal 13 239 244
Hex D EF F4

RGB Percentages of Color #0deff4

%2.62
%48.19
%49.19

CMYK Percentages of Color #0deff4

%95
%2
%0
%4

Triadic Colors of #0deff4

#0deff4 #f40def #eff40d

Analogous Colors of #0deff4

#0deff4 #0d7cf4 #0df486

Monochromatic Colors of #0deff4

#0deff4

Complementary Color

#0deff4 #f4120d

#0deff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0deff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0deff4 Color CSS Codes

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

#0deff4 Text Font Color

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

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


#0deff4 Background Color

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

This div background color is #0deff4


#0deff4 Border Color

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

This div border color is #0deff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0deff4


Comments

No comments written yet.

Please login to write comment.