Color Hex Logo

#53caeb Color Hex

#53CAEB
(83,202,235)
0 Favorites   0 Comments

Color spaces of #53caeb

RGB 83202235
HSL0.540.790.62
HSV193°65°92°
CMYK 0.650.140.00   0.08
XYZ39.683250.078286.1718
Yxy50.07820.22560.2846
Hunter Lab70.7660-23.7435-22.6614
CIE-Lab76.1172-23.3545-26.1743

#53caeb color RGB value is (83,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001010 11101011
Octal 123 312 353
Decimal 83 202 235
Hex 53 CA EB

RGB Percentages of Color #53caeb

%15.96
%38.85
%45.19

CMYK Percentages of Color #53caeb

%65
%14
%0
%8

Triadic Colors of #53caeb

#53caeb #eb53ca #caeb53

Analogous Colors of #53caeb

#53caeb #537eeb #53ebc0

Monochromatic Colors of #53caeb

#53caeb

Complementary Color

#53caeb #eb7453

#53caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#53caeb Color CSS Codes

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

#53caeb Text Font Color

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

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


#53caeb Background Color

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

This div background color is #53caeb


#53caeb Border Color

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

This div border color is #53caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53caeb


Comments

No comments written yet.

Please login to write comment.