Color Hex Logo

#0e7ced Color Hex

#0E7CED
(14,124,237)
0 Favorites   0 Comments

Color spaces of #0e7ced

RGB 14124237
HSL0.580.890.49
HSV210°94°93°
CMYK 0.940.480.00   0.07
XYZ22.674820.623182.9063
Yxy20.62310.17970.1634
Hunter Lab45.41279.6539-76.4522
CIE-Lab52.534514.6950-64.4672

#0e7ced color RGB value is (14,124,237).

#0e7ced hex color red value is 14, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #0e7ced hue: 0.58 , saturation: 0.89 and the lightness value of 0e7ced is 0.49.

The process color (four color CMYK) of #0e7ced color hex is 0.94, 0.48, 0.00, 0.07. Web safe color of #0e7ced is #0066ff. Color #0e7ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01111100 11101101
Octal 16 174 355
Decimal 14 124 237
Hex E 7C ED

RGB Percentages of Color #0e7ced

%3.73
%33.07
%63.20

CMYK Percentages of Color #0e7ced

%94
%48
%0
%7

Triadic Colors of #0e7ced

#0e7ced #ed0e7c #7ced0e

Analogous Colors of #0e7ced

#0e7ced #0f0eed #0eeced

Monochromatic Colors of #0e7ced

#0e7ced

Complementary Color

#0e7ced #ed7f0e

#0e7ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e7ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e7ced Color CSS Codes

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

#0e7ced Text Font Color

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

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


#0e7ced Background Color

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

This div background color is #0e7ced


#0e7ced Border Color

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

This div border color is #0e7ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,124,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e7ced


Comments

No comments written yet.

Please login to write comment.