Color Hex Logo

#007cdc Color Hex

#007CDC
(0,124,220)
0 Favorites   0 Comments

Color spaces of #007cdc

RGB 0124220
HSL0.571.000.43
HSV206°100°86°
CMYK 1.000.440.00   0.14
XYZ20.125919.582670.4292
Yxy19.58260.18270.1778
Hunter Lab44.25223.7403-63.3858
CIE-Lab51.36207.6646-56.8247

#007cdc color RGB value is (0,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111100 11011100
Octal 0 174 334
Decimal 0 124 220
Hex 0 7C DC

RGB Percentages of Color #007cdc

%0.00
%36.05
%63.95

CMYK Percentages of Color #007cdc

%100
%44
%0
%14

Triadic Colors of #007cdc

#007cdc #dc007c #7cdc00

Analogous Colors of #007cdc

#007cdc #000edc #00dcce

Monochromatic Colors of #007cdc

#007cdc

Complementary Color

#007cdc #dc6000

#007cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#007cdc Color CSS Codes

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

#007cdc Text Font Color

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

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


#007cdc Background Color

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

This div background color is #007cdc


#007cdc Border Color

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

This div border color is #007cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007cdc


Comments

No comments written yet.

Please login to write comment.