Color Hex Logo

#52c9fe Color Hex

#52C9FE
(82,201,254)
0 Favorites   0 Comments

Color spaces of #52c9fe

RGB 82201254
HSL0.550.990.66
HSV198°68°100°
CMYK 0.680.210.00   0.00
XYZ42.255750.7229101.3293
Yxy50.72290.21750.2610
Hunter Lab71.2200-18.7288-34.5017
CIE-Lab76.5109-17.1444-35.7623

#52c9fe color RGB value is (82,201,254).

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

The process color (four color CMYK) of #52c9fe color hex is 0.68, 0.21, 0.00, 0.00. Web safe color of #52c9fe is #66ccff. Color #52c9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001001 11111110
Octal 122 311 376
Decimal 82 201 254
Hex 52 C9 FE

RGB Percentages of Color #52c9fe

%15.27
%37.43
%47.30

CMYK Percentages of Color #52c9fe

%68
%21
%0
%0

Triadic Colors of #52c9fe

#52c9fe #fe52c9 #c9fe52

Analogous Colors of #52c9fe

#52c9fe #5273fe #52fedd

Monochromatic Colors of #52c9fe

#52c9fe

Complementary Color

#52c9fe #fe8752

#52c9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52c9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#52c9fe Color CSS Codes

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

#52c9fe Text Font Color

<p style="color:#52c9fe">Text here</p>

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


#52c9fe Background Color

<div style="background-color:#52c9fe">
Div content here</div>

This div background color is #52c9fe


#52c9fe Border Color

<div style="border:3px solid #52c9fe">
Div here</div>

This div border color is #52c9fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,201,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52c9fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52c9fe;
  -webkit-box-shadow: 1px 1px 3px 2px #52c9fe;
  box-shadow:         1px 1px 3px 2px #52c9fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,201,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 #52c9fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52c9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.