Color Hex Logo

#0edbff Color Hex

#0EDBFF
(14,219,255)
0 Favorites   0 Comments

Color spaces of #0edbff

RGB 14219255
HSL0.521.000.53
HSV189°95°100°
CMYK 0.950.140.00   0.00
XYZ43.562657.9764103.5023
Yxy57.97640.21250.2828
Hunter Lab76.1422-31.1252-27.2950
CIE-Lab80.7257-31.4174-29.8813

#0edbff color RGB value is (14,219,255).

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

The process color (four color CMYK) of #0edbff color hex is 0.95, 0.14, 0.00, 0.00. Web safe color of #0edbff is #00ccff. Color #0edbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011011 11111111
Octal 16 333 377
Decimal 14 219 255
Hex E DB FF

RGB Percentages of Color #0edbff

%2.87
%44.88
%52.25

CMYK Percentages of Color #0edbff

%95
%14
%0
%0

Triadic Colors of #0edbff

#0edbff #ff0edb #dbff0e

Analogous Colors of #0edbff

#0edbff #0e63ff #0effab

Monochromatic Colors of #0edbff

#0edbff

Complementary Color

#0edbff #ff320e

#0edbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edbff Color CSS Codes

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

#0edbff Text Font Color

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

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


#0edbff Background Color

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

This div background color is #0edbff


#0edbff Border Color

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

This div border color is #0edbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edbff

Related Colors


Comments

No comments written yet.

Please login to write comment.