Color Hex Logo

#007dda Color Hex

#007DDA
(0,125,218)
0 Favorites   0 Comments

Color spaces of #007dda

RGB 0125218
HSL0.571.000.43
HSV206°100°85°
CMYK 1.000.430.00   0.15
XYZ19.988519.729269.0843
Yxy19.72920.18370.1813
Hunter Lab44.41762.5967-61.1237
CIE-Lab51.52966.2621-55.4276

#007dda color RGB value is (0,125,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111101 11011010
Octal 0 175 332
Decimal 0 125 218
Hex 0 7D DA

RGB Percentages of Color #007dda

%0.00
%36.44
%63.56

CMYK Percentages of Color #007dda

%100
%43
%0
%15

Triadic Colors of #007dda

#007dda #da007d #7dda00

Analogous Colors of #007dda

#007dda #0010da #00daca

Monochromatic Colors of #007dda

#007dda

Complementary Color

#007dda #da5d00

#007dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#007dda Color CSS Codes

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

#007dda Text Font Color

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

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


#007dda Background Color

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

This div background color is #007dda


#007dda Border Color

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

This div border color is #007dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007dda


Comments

No comments written yet.

Please login to write comment.