Color Hex Logo

#055afd Color Hex

#055AFD
(5,90,253)
0 Favorites   0 Comments

Color spaces of #055afd

RGB 590253
HSL0.610.980.51
HSV219°98°99°
CMYK 0.980.640.00   0.01
XYZ21.448414.436494.5846
Yxy14.43640.16440.1106
Hunter Lab37.995334.2719-120.9986
CIE-Lab44.852442.1128-85.9136

#055afd color RGB value is (5,90,253).

#055afd hex color red value is 5, green value is 90 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #055afd hue: 0.61 , saturation: 0.98 and the lightness value of 055afd is 0.51.

The process color (four color CMYK) of #055afd color hex is 0.98, 0.64, 0.00, 0.01. Web safe color of #055afd is #0066ff. Color #055afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011010 11111101
Octal 5 132 375
Decimal 5 90 253
Hex 5 5A FD

RGB Percentages of Color #055afd

%1.44
%25.86
%72.70

CMYK Percentages of Color #055afd

%98
%64
%0
%1

Triadic Colors of #055afd

#055afd #fd055a #5afd05

Analogous Colors of #055afd

#055afd #2c05fd #05d6fd

Monochromatic Colors of #055afd

#055afd

Complementary Color

#055afd #fda805

#055afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#055afd Color CSS Codes

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

#055afd Text Font Color

<p style="color:#055afd">Text here</p>

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


#055afd Background Color

<div style="background-color:#055afd">
Div content here</div>

This div background color is #055afd


#055afd Border Color

<div style="border:3px solid #055afd">
Div here</div>

This div border color is #055afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,90,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #055afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #055afd;
  -webkit-box-shadow: 1px 1px 3px 2px #055afd;
  box-shadow:         1px 1px 3px 2px #055afd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,90,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055afd

Related Colors


Comments

No comments written yet.

Please login to write comment.