Color Hex Logo

#55caeb Color Hex

#55CAEB
(85,202,235)
0 Favorites   0 Comments

Color spaces of #55caeb

RGB 85202235
HSL0.540.790.63
HSV193°64°92°
CMYK 0.640.140.00   0.08
XYZ39.862250.170586.1802
Yxy50.17050.22620.2847
Hunter Lab70.8311-23.4986-22.5563
CIE-Lab76.1738-23.0372-26.0828

#55caeb color RGB value is (85,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001010 11101011
Octal 125 312 353
Decimal 85 202 235
Hex 55 CA EB

RGB Percentages of Color #55caeb

%16.28
%38.70
%45.02

CMYK Percentages of Color #55caeb

%64
%14
%0
%8

Triadic Colors of #55caeb

#55caeb #eb55ca #caeb55

Analogous Colors of #55caeb

#55caeb #557feb #55ebc1

Monochromatic Colors of #55caeb

#55caeb

Complementary Color

#55caeb #eb7655

#55caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55caeb Color CSS Codes

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

#55caeb Text Font Color

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

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


#55caeb Background Color

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

This div background color is #55caeb


#55caeb Border Color

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

This div border color is #55caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55caeb


Comments

No comments written yet.

Please login to write comment.