Color Hex Logo

#015fae Color Hex

#015FAE
(1,95,174)
0 Favorites   0 Comments

Color spaces of #015fae

RGB 195174
HSL0.580.990.34
HSV207°99°68°
CMYK 0.990.450.00   0.32
XYZ11.744711.246941.5962
Yxy11.24690.18180.1741
Hunter Lab33.53643.8234-50.0637
CIE-Lab39.99327.6910-48.5801

#015fae color RGB value is (1,95,174).

#015fae hex color red value is 1, green value is 95 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #015fae hue: 0.58 , saturation: 0.99 and the lightness value of 015fae is 0.34.

The process color (four color CMYK) of #015fae color hex is 0.99, 0.45, 0.00, 0.32. Web safe color of #015fae is #006699. Color #015fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011111 10101110
Octal 1 137 256
Decimal 1 95 174
Hex 1 5F AE

RGB Percentages of Color #015fae

%0.37
%35.19
%64.44

CMYK Percentages of Color #015fae

%99
%45
%0
%32

Triadic Colors of #015fae

#015fae #ae015f #5fae01

Analogous Colors of #015fae

#015fae #0108ae #01aea7

Monochromatic Colors of #015fae

#015fae

Complementary Color

#015fae #ae5001

#015fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#015fae Color CSS Codes

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

#015fae Text Font Color

<p style="color:#015fae">Text here</p>

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


#015fae Background Color

<div style="background-color:#015fae">
Div content here</div>

This div background color is #015fae


#015fae Border Color

<div style="border:3px solid #015fae">
Div here</div>

This div border color is #015fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,95,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #015fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #015fae;
  -webkit-box-shadow: 1px 1px 3px 2px #015fae;
  box-shadow:         1px 1px 3px 2px #015fae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,95,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 #015fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015fae

#015fae Color Palettes


Comments

No comments written yet.

Please login to write comment.