Color Hex Logo

#55ceba Color Hex

#55CEBA
(85,206,186)
0 Favorites   0 Comments

Color spaces of #55ceba

RGB 85206186
HSL0.470.550.57
HSV170°59°81°
CMYK 0.590.000.10   0.19
XYZ34.680549.619154.2040
Yxy49.61910.25040.3583
Hunter Lab70.4408-35.38963.6851
CIE-Lab75.8349-38.5515-0.1730

#55ceba color RGB value is (85,206,186).

#55ceba hex color red value is 85, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #55ceba hue: 0.47 , saturation: 0.55 and the lightness value of 55ceba is 0.57.

The process color (four color CMYK) of #55ceba color hex is 0.59, 0.00, 0.10, 0.19. Web safe color of #55ceba is #66cccc. Color #55ceba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001110 10111010
Octal 125 316 272
Decimal 85 206 186
Hex 55 CE BA

RGB Percentages of Color #55ceba

%17.82
%43.19
%38.99

CMYK Percentages of Color #55ceba

%59
%0
%10
%19

Triadic Colors of #55ceba

#55ceba #ba55ce #ceba55

Analogous Colors of #55ceba

#55ceba #55a6ce #55ce7e

Monochromatic Colors of #55ceba

#55ceba

Complementary Color

#55ceba #ce5569

#55ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ceba Color CSS Codes

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

#55ceba Text Font Color

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

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


#55ceba Background Color

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

This div background color is #55ceba


#55ceba Border Color

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

This div border color is #55ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ceba


Comments

No comments written yet.

Please login to write comment.