Color Hex Logo

#015eda Color Hex

#015EDA
(1,94,218)
0 Favorites   0 Comments

Color spaces of #015eda

RGB 194218
HSL0.600.990.43
HSV214°100°85°
CMYK 1.000.570.00   0.15
XYZ16.670113.073867.9746
Yxy13.07380.17060.1338
Hunter Lab36.157719.0194-86.1517
CIE-Lab42.874226.1105-69.4255

#015eda color RGB value is (1,94,218).

#015eda hex color red value is 1, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #015eda hue: 0.60 , saturation: 0.99 and the lightness value of 015eda is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011110 11011010
Octal 1 136 332
Decimal 1 94 218
Hex 1 5E DA

RGB Percentages of Color #015eda

%0.32
%30.03
%69.65

CMYK Percentages of Color #015eda

%100
%57
%0
%15

Triadic Colors of #015eda

#015eda #da015e #5eda01

Analogous Colors of #015eda

#015eda #1001da #01cbda

Monochromatic Colors of #015eda

#015eda

Complementary Color

#015eda #da7d01

#015eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#015eda Color CSS Codes

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

#015eda Text Font Color

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

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


#015eda Background Color

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

This div background color is #015eda


#015eda Border Color

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

This div border color is #015eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015eda


Comments

No comments written yet.

Please login to write comment.