Color Hex Logo

#55dafe Color Hex

#55DAFE
(85,218,254)
0 Favorites   0 Comments

Color spaces of #55dafe

RGB 85218254
HSL0.540.990.66
HSV193°67°100°
CMYK 0.670.140.00   0.00
XYZ46.707159.2299102.7367
Yxy59.22990.22380.2838
Hunter Lab76.9610-26.3512-25.2747
CIE-Lab81.4178-25.3397-28.2019

#55dafe color RGB value is (85,218,254).

#55dafe hex color red value is 85, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #55dafe hue: 0.54 , saturation: 0.99 and the lightness value of 55dafe is 0.66.

The process color (four color CMYK) of #55dafe color hex is 0.67, 0.14, 0.00, 0.00. Web safe color of #55dafe is #66ccff. Color #55dafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011010 11111110
Octal 125 332 376
Decimal 85 218 254
Hex 55 DA FE

RGB Percentages of Color #55dafe

%15.26
%39.14
%45.60

CMYK Percentages of Color #55dafe

%67
%14
%0
%0

Triadic Colors of #55dafe

#55dafe #fe55da #dafe55

Analogous Colors of #55dafe

#55dafe #5586fe #55fece

Monochromatic Colors of #55dafe

#55dafe

Complementary Color

#55dafe #fe7955

#55dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dafe Color CSS Codes

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

#55dafe Text Font Color

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

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


#55dafe Background Color

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

This div background color is #55dafe


#55dafe Border Color

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

This div border color is #55dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dafe

Related Colors


Comments

No comments written yet.

Please login to write comment.