Color Hex Logo

#55dbea Color Hex

#55DBEA
(85,219,234)
0 Favorites   0 Comments

Color spaces of #55dbea

RGB 85219234
HSL0.520.780.63
HSV186°64°92°
CMYK 0.640.060.00   0.08
XYZ43.929158.534886.8249
Yxy58.53480.23210.3092
Hunter Lab76.5080-31.3986-13.7294
CIE-Lab81.0352-31.6735-18.1612

#55dbea color RGB value is (85,219,234).

#55dbea hex color red value is 85, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #55dbea hue: 0.52 , saturation: 0.78 and the lightness value of 55dbea is 0.63.

The process color (four color CMYK) of #55dbea color hex is 0.64, 0.06, 0.00, 0.08. Web safe color of #55dbea is #66ccff. Color #55dbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011011 11101010
Octal 125 333 352
Decimal 85 219 234
Hex 55 DB EA

RGB Percentages of Color #55dbea

%15.80
%40.71
%43.49

CMYK Percentages of Color #55dbea

%64
%6
%0
%8

Triadic Colors of #55dbea

#55dbea #ea55db #dbea55

Analogous Colors of #55dbea

#55dbea #5591ea #55eaaf

Monochromatic Colors of #55dbea

#55dbea

Complementary Color

#55dbea #ea6455

#55dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dbea Color CSS Codes

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

#55dbea Text Font Color

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

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


#55dbea Background Color

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

This div background color is #55dbea


#55dbea Border Color

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

This div border color is #55dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dbea


Comments

No comments written yet.

Please login to write comment.