Color Hex Logo

#0deaff Color Hex

#0DEAFF
(13,234,255)
0 Favorites   0 Comments

Color spaces of #0deaff

RGB 13234255
HSL0.511.000.53
HSV185°95°100°
CMYK 0.950.080.00   0.00
XYZ47.638866.1512104.8654
Yxy66.15120.21790.3025
Hunter Lab81.3334-37.7820-19.5109
CIE-Lab85.0735-38.4906-23.2446

#0deaff color RGB value is (13,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101010 11111111
Octal 15 352 377
Decimal 13 234 255
Hex D EA FF

RGB Percentages of Color #0deaff

%2.59
%46.61
%50.80

CMYK Percentages of Color #0deaff

%95
%8
%0
%0

Triadic Colors of #0deaff

#0deaff #ff0dea #eaff0d

Analogous Colors of #0deaff

#0deaff #0d71ff #0dff9b

Monochromatic Colors of #0deaff

#0deaff

Complementary Color

#0deaff #ff220d

#0deaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0deaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0deaff Color CSS Codes

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

#0deaff Text Font Color

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

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


#0deaff Background Color

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

This div background color is #0deaff


#0deaff Border Color

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

This div border color is #0deaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0deaff

Related Colors


Comments

No comments written yet.

Please login to write comment.