Color Hex Logo

#007eda Color Hex

#007EDA
(0,126,218)
0 Favorites   0 Comments

Color spaces of #007eda

RGB 0126218
HSL0.571.000.43
HSV205°100°85°
CMYK 1.000.420.00   0.15
XYZ20.115719.983769.1267
Yxy19.98370.18420.1830
Hunter Lab44.70312.0917-60.3909
CIE-Lab51.81885.6452-54.9642

#007eda color RGB value is (0,126,218).

#007eda hex color red value is 0, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #007eda hue: 0.57 , saturation: 1.00 and the lightness value of 007eda is 0.43.

The process color (four color CMYK) of #007eda color hex is 1.00, 0.42, 0.00, 0.15. Web safe color of #007eda is #0066cc. Color #007eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111110 11011010
Octal 0 176 332
Decimal 0 126 218
Hex 0 7E DA

RGB Percentages of Color #007eda

%0.00
%36.63
%63.37

CMYK Percentages of Color #007eda

%100
%42
%0
%15

Triadic Colors of #007eda

#007eda #da007e #7eda00

Analogous Colors of #007eda

#007eda #0011da #00dac9

Monochromatic Colors of #007eda

#007eda

Complementary Color

#007eda #da5c00

#007eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#007eda Color CSS Codes

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

#007eda Text Font Color

<p style="color:#007eda">Text here</p>

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


#007eda Background Color

<div style="background-color:#007eda">
Div content here</div>

This div background color is #007eda


#007eda Border Color

<div style="border:3px solid #007eda">
Div here</div>

This div border color is #007eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,126,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #007eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #007eda;
  -webkit-box-shadow: 1px 1px 3px 2px #007eda;
  box-shadow:         1px 1px 3px 2px #007eda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,126,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007eda


Comments

No comments written yet.

Please login to write comment.