Color Hex Logo

#55bfda Color Hex

#55BFDA
(85,191,218)
0 Favorites   0 Comments

Color spaces of #55bfda

RGB 85191218
HSL0.530.640.59
HSV192°61°85°
CMYK 0.610.120.00   0.15
XYZ35.032044.254973.0253
Yxy44.25490.23000.2906
Hunter Lab66.5244-22.4188-18.5169
CIE-Lab72.3985-22.5367-22.6544

#55bfda color RGB value is (85,191,218).

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

The process color (four color CMYK) of #55bfda color hex is 0.61, 0.12, 0.00, 0.15. Web safe color of #55bfda is #66cccc. Color #55bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111111 11011010
Octal 125 277 332
Decimal 85 191 218
Hex 55 BF DA

RGB Percentages of Color #55bfda

%17.21
%38.66
%44.13

CMYK Percentages of Color #55bfda

%61
%12
%0
%15

Triadic Colors of #55bfda

#55bfda #da55bf #bfda55

Analogous Colors of #55bfda

#55bfda #557dda #55dab3

Monochromatic Colors of #55bfda

#55bfda

Complementary Color

#55bfda #da7055

#55bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bfda Color CSS Codes

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

#55bfda Text Font Color

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

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


#55bfda Background Color

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

This div background color is #55bfda


#55bfda Border Color

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

This div border color is #55bfda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,191,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 #55bfda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bfda


Comments

No comments written yet.

Please login to write comment.