Color Hex Logo

#52cdea Color Hex

#52CDEA
(82,205,234)
0 Favorites   0 Comments

Color spaces of #52cdea

RGB 82205234
HSL0.530.780.62
HSV191°65°92°
CMYK 0.650.120.00   0.08
XYZ40.162351.397085.6457
Yxy51.39700.22660.2900
Hunter Lab71.6917-25.4633-20.6460
CIE-Lab76.9189-25.3119-24.4149

#52cdea color RGB value is (82,205,234).

#52cdea hex color red value is 82, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #52cdea hue: 0.53 , saturation: 0.78 and the lightness value of 52cdea is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001101 11101010
Octal 122 315 352
Decimal 82 205 234
Hex 52 CD EA

RGB Percentages of Color #52cdea

%15.74
%39.35
%44.91

CMYK Percentages of Color #52cdea

%65
%12
%0
%8

Triadic Colors of #52cdea

#52cdea #ea52cd #cdea52

Analogous Colors of #52cdea

#52cdea #5281ea #52eabb

Monochromatic Colors of #52cdea

#52cdea

Complementary Color

#52cdea #ea6f52

#52cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cdea Color CSS Codes

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

#52cdea Text Font Color

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

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


#52cdea Background Color

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

This div background color is #52cdea


#52cdea Border Color

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

This div border color is #52cdea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,205,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cdea


Comments

No comments written yet.

Please login to write comment.