Color Hex Logo

#007dca Color Hex

#007DCA
(0,125,202)
0 Favorites   0 Comments

Color spaces of #007dca

RGB 0125202
HSL0.561.000.40
HSV203°100°79°
CMYK 1.000.380.00   0.21
XYZ17.994318.931558.5829
Yxy18.93150.18840.1982
Hunter Lab43.5103-2.3220-49.3716
CIE-Lab50.60700.0025-47.8277

#007dca color RGB value is (0,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111101 11001010
Octal 0 175 312
Decimal 0 125 202
Hex 0 7D CA

RGB Percentages of Color #007dca

%0.00
%38.23
%61.77

CMYK Percentages of Color #007dca

%100
%38
%0
%21

Triadic Colors of #007dca

#007dca #ca007d #7dca00

Analogous Colors of #007dca

#007dca #0018ca #00cab2

Monochromatic Colors of #007dca

#007dca

Complementary Color

#007dca #ca4d00

#007dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#007dca Color CSS Codes

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

#007dca Text Font Color

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

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


#007dca Background Color

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

This div background color is #007dca


#007dca Border Color

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

This div border color is #007dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007dca


Comments

No comments written yet.

Please login to write comment.