Color Hex Logo

#007cae Color Hex

#007CAE
(0,124,174)
0 Favorites   0 Comments

Color spaces of #007cae

RGB 0124174
HSL0.551.000.34
HSV197°100°68°
CMYK 1.000.290.00   0.32
XYZ14.847617.471342.6341
Yxy17.47130.19810.2331
Hunter Lab41.7987-9.7415-31.2159
CIE-Lab48.8485-10.2360-34.5096

#007cae color RGB value is (0,124,174).

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

The process color (four color CMYK) of #007cae color hex is 1.00, 0.29, 0.00, 0.32. Web safe color of #007cae is #006699. Color #007cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111100 10101110
Octal 0 174 256
Decimal 0 124 174
Hex 0 7C AE

RGB Percentages of Color #007cae

%0.00
%41.61
%58.39

CMYK Percentages of Color #007cae

%100
%29
%0
%32

Triadic Colors of #007cae

#007cae #ae007c #7cae00

Analogous Colors of #007cae

#007cae #0025ae #00ae89

Monochromatic Colors of #007cae

#007cae

Complementary Color

#007cae #ae3200

#007cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#007cae Color CSS Codes

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

#007cae Text Font Color

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

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


#007cae Background Color

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

This div background color is #007cae


#007cae Border Color

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

This div border color is #007cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007cae


Comments

No comments written yet.

Please login to write comment.