Color Hex Logo

#53cafe Color Hex

#53CAFE
(83,202,254)
0 Favorites   0 Comments

Color spaces of #53cafe

RGB 83202254
HSL0.550.990.66
HSV198°67°100°
CMYK 0.670.200.00   0.00
XYZ42.577251.2358101.4114
Yxy51.23580.21810.2624
Hunter Lab71.5792-19.0870-33.8950
CIE-Lab76.8216-17.5185-35.2792

#53cafe color RGB value is (83,202,254).

#53cafe hex color red value is 83, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #53cafe hue: 0.55 , saturation: 0.99 and the lightness value of 53cafe is 0.66.

The process color (four color CMYK) of #53cafe color hex is 0.67, 0.20, 0.00, 0.00. Web safe color of #53cafe is #66ccff. Color #53cafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001010 11111110
Octal 123 312 376
Decimal 83 202 254
Hex 53 CA FE

RGB Percentages of Color #53cafe

%15.40
%37.48
%47.12

CMYK Percentages of Color #53cafe

%67
%20
%0
%0

Triadic Colors of #53cafe

#53cafe #fe53ca #cafe53

Analogous Colors of #53cafe

#53cafe #5375fe #53fedd

Monochromatic Colors of #53cafe

#53cafe

Complementary Color

#53cafe #fe8753

#53cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cafe Color CSS Codes

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

#53cafe Text Font Color

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

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


#53cafe Background Color

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

This div background color is #53cafe


#53cafe Border Color

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

This div border color is #53cafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cafe


Comments

No comments written yet.

Please login to write comment.