Color Hex Logo

#55caed Color Hex

#55CAED
(85,202,237)
0 Favorites   0 Comments

Color spaces of #55caed

RGB 85202237
HSL0.540.810.63
HSV194°64°93°
CMYK 0.640.150.00   0.07
XYZ40.152950.286887.7108
Yxy50.28680.22540.2823
Hunter Lab70.9132-23.0267-23.6951
CIE-Lab76.2450-22.4364-27.0489

#55caed color RGB value is (85,202,237).

#55caed hex color red value is 85, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #55caed hue: 0.54 , saturation: 0.81 and the lightness value of 55caed is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001010 11101101
Octal 125 312 355
Decimal 85 202 237
Hex 55 CA ED

RGB Percentages of Color #55caed

%16.22
%38.55
%45.23

CMYK Percentages of Color #55caed

%64
%15
%0
%7

Triadic Colors of #55caed

#55caed #ed55ca #caed55

Analogous Colors of #55caed

#55caed #557eed #55edc4

Monochromatic Colors of #55caed

#55caed

Complementary Color

#55caed #ed7855

#55caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#55caed Color CSS Codes

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

#55caed Text Font Color

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

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


#55caed Background Color

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

This div background color is #55caed


#55caed Border Color

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

This div border color is #55caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55caed


Comments

No comments written yet.

Please login to write comment.