Color Hex Logo

#007fde Color Hex

#007FDE
(0,127,222)
0 Favorites   0 Comments

Color spaces of #007fde

RGB 0127222
HSL0.571.000.44
HSV206°100°87°
CMYK 1.000.430.00   0.13
XYZ20.774220.452771.9601
Yxy20.45270.18350.1807
Hunter Lab45.22472.8518-62.6832
CIE-Lab52.34526.5925-56.3737

#007fde color RGB value is (0,127,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111111 11011110
Octal 0 177 336
Decimal 0 127 222
Hex 0 7F DE

RGB Percentages of Color #007fde

%0.00
%36.39
%63.61

CMYK Percentages of Color #007fde

%100
%43
%0
%13

Triadic Colors of #007fde

#007fde #de007f #7fde00

Analogous Colors of #007fde

#007fde #0010de #00dece

Monochromatic Colors of #007fde

#007fde

Complementary Color

#007fde #de5f00

#007fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#007fde Color CSS Codes

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

#007fde Text Font Color

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

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


#007fde Background Color

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

This div background color is #007fde


#007fde Border Color

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

This div border color is #007fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007fde


Comments

No comments written yet.

Please login to write comment.