Color Hex Logo

#55cada Color Hex

#55CADA
(85,202,218)
0 Favorites   0 Comments

Color spaces of #55cada

RGB 85202218
HSL0.520.640.59
HSV187°61°85°
CMYK 0.610.070.00   0.15
XYZ37.521749.234373.8552
Yxy49.23430.23360.3065
Hunter Lab70.1672-27.3401-13.2893
CIE-Lab75.5969-28.0236-17.8008

#55cada color RGB value is (85,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001010 11011010
Octal 125 312 332
Decimal 85 202 218
Hex 55 CA DA

RGB Percentages of Color #55cada

%16.83
%40.00
%43.17

CMYK Percentages of Color #55cada

%61
%7
%0
%15

Triadic Colors of #55cada

#55cada #da55ca #cada55

Analogous Colors of #55cada

#55cada #5588da #55daa8

Monochromatic Colors of #55cada

#55cada

Complementary Color

#55cada #da6555

#55cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cada Color CSS Codes

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

#55cada Text Font Color

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

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


#55cada Background Color

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

This div background color is #55cada


#55cada Border Color

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

This div border color is #55cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cada


Comments

No comments written yet.

Please login to write comment.