color codes Logo

#52cadc color codes

#52CADC
(82,202,220)
0 Favorites   0 Comments

Color spaces of #52cadc

RGB 82202220
HSL0.520.660.59
HSV188°63°86°
CMYK 0.630.080.00   0.14
XYZ37.518549.202275.2297
Yxy49.20220.23170.3038
Hunter Lab70.1443-27.2771-14.4875
CIE-Lab75.5769-27.9482-18.9185

#52cadc color RGB value is (82,202,220).

#52cadc hex color red value is 82, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #52cadc hue: 0.52 , saturation: 0.66 and the lightness value of 52cadc is 0.59.

The process color (four color CMYK) of #52cadc color code is 0.63, 0.08, 0.00, 0.14. Web safe color of #52cadc is #66cccc. Color #52cadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001010 11011100
Octal 122 312 334
Decimal 82 202 220
Hex 52 CA DC

RGB Percentages of Color #52cadc

%16.27
%40.08
%43.65

CMYK Percentages of Color #52cadc

%63
%8
%0
%14

Triadic Colors of #52cadc

#52cadc #dc52ca #cadc52

Analogous Colors of #52cadc

#52cadc #5285dc #52dca9

Monochromatic Colors of #52cadc

#52cadc

Complementary Color

#52cadc #dc6452

#52cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cadc Color CSS Codes

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

#52cadc Text Font Color

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

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


#52cadc Background Color

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

This div background color is #52cadc


#52cadc Border Color

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

This div border color is #52cadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cadc

#52cadc Color Palettes


Comments

No comments written yet.

Please login to write comment.