Color Hex Logo

#57caeb Color Hex

#57CAEB
(87,202,235)
0 Favorites   0 Comments

Color spaces of #57caeb

RGB 87202235
HSL0.540.790.63
HSV193°63°92°
CMYK 0.630.140.00   0.08
XYZ40.046450.265586.1888
Yxy50.26550.22690.2848
Hunter Lab70.8982-23.2471-22.4484
CIE-Lab76.2319-22.7122-25.9887

#57caeb color RGB value is (87,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001010 11101011
Octal 127 312 353
Decimal 87 202 235
Hex 57 CA EB

RGB Percentages of Color #57caeb

%16.60
%38.55
%44.85

CMYK Percentages of Color #57caeb

%63
%14
%0
%8

Triadic Colors of #57caeb

#57caeb #eb57ca #caeb57

Analogous Colors of #57caeb

#57caeb #5780eb #57ebc2

Monochromatic Colors of #57caeb

#57caeb

Complementary Color

#57caeb #eb7857

#57caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57caeb Color CSS Codes

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

#57caeb Text Font Color

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

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


#57caeb Background Color

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

This div background color is #57caeb


#57caeb Border Color

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

This div border color is #57caeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,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 #57caeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57caeb


Comments

No comments written yet.

Please login to write comment.