Color Hex Logo

#55daf5 Color Hex

#55DAF5
(85,218,245)
0 Favorites   0 Comments

Color spaces of #55daf5

RGB 85218245
HSL0.530.890.65
HSV190°65°96°
CMYK 0.650.110.00   0.04
XYZ45.299158.666795.3225
Yxy58.66670.22730.2944
Hunter Lab76.5942-28.4719-20.1713
CIE-Lab81.1080-28.0098-23.8988

#55daf5 color RGB value is (85,218,245).

#55daf5 hex color red value is 85, green value is 218 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #55daf5 hue: 0.53 , saturation: 0.89 and the lightness value of 55daf5 is 0.65.

The process color (four color CMYK) of #55daf5 color hex is 0.65, 0.11, 0.00, 0.04. Web safe color of #55daf5 is #66ccff. Color #55daf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011010 11110101
Octal 125 332 365
Decimal 85 218 245
Hex 55 DA F5

RGB Percentages of Color #55daf5

%15.51
%39.78
%44.71

CMYK Percentages of Color #55daf5

%65
%11
%0
%4

Triadic Colors of #55daf5

#55daf5 #f555da #daf555

Analogous Colors of #55daf5

#55daf5 #558af5 #55f5c0

Monochromatic Colors of #55daf5

#55daf5

Complementary Color

#55daf5 #f57055

#55daf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55daf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55daf5 Color CSS Codes

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

#55daf5 Text Font Color

<p style="color:#55daf5">Text here</p>

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


#55daf5 Background Color

<div style="background-color:#55daf5">
Div content here</div>

This div background color is #55daf5


#55daf5 Border Color

<div style="border:3px solid #55daf5">
Div here</div>

This div border color is #55daf5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,218,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55daf5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55daf5;
  -webkit-box-shadow: 1px 1px 3px 2px #55daf5;
  box-shadow:         1px 1px 3px 2px #55daf5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,218,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55daf5


Comments

No comments written yet.

Please login to write comment.