Color Hex Logo

#007de2 Color Hex

#007DE2
(0,125,226)
0 Favorites   0 Comments

Color spaces of #007de2

RGB 0125226
HSL0.571.000.44
HSV207°100°89°
CMYK 1.000.450.00   0.11
XYZ21.061120.158274.7324
Yxy20.15820.18160.1738
Hunter Lab44.89795.1611-67.2595
CIE-Lab52.01569.3935-59.1511

#007de2 color RGB value is (0,125,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111101 11100010
Octal 0 175 342
Decimal 0 125 226
Hex 0 7D E2

RGB Percentages of Color #007de2

%0.00
%35.61
%64.39

CMYK Percentages of Color #007de2

%100
%45
%0
%11

Triadic Colors of #007de2

#007de2 #e2007d #7de200

Analogous Colors of #007de2

#007de2 #000ce2 #00e2d6

Monochromatic Colors of #007de2

#007de2

Complementary Color

#007de2 #e26500

#007de2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007de2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#007de2 Color CSS Codes

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

#007de2 Text Font Color

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

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


#007de2 Background Color

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

This div background color is #007de2


#007de2 Border Color

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

This div border color is #007de2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007de2


Comments

No comments written yet.

Please login to write comment.