Color Hex Logo

#52cadb Color Hex

#52CADB
(82,202,219)
0 Favorites   0 Comments

Color spaces of #52cadb

RGB 82202219
HSL0.520.660.59
HSV187°63°86°
CMYK 0.630.080.00   0.14
XYZ37.386449.149474.5341
Yxy49.14940.23210.3051
Hunter Lab70.1066-27.4963-13.9597
CIE-Lab75.5442-28.2379-18.4284

#52cadb color RGB value is (82,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001010 11011011
Octal 122 312 333
Decimal 82 202 219
Hex 52 CA DB

RGB Percentages of Color #52cadb

%16.30
%40.16
%43.54

CMYK Percentages of Color #52cadb

%63
%8
%0
%14

Triadic Colors of #52cadb

#52cadb #db52ca #cadb52

Analogous Colors of #52cadb

#52cadb #5286db #52dba8

Monochromatic Colors of #52cadb

#52cadb

Complementary Color

#52cadb #db6352

#52cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cadb Color CSS Codes

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

#52cadb Text Font Color

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

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


#52cadb Background Color

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

This div background color is #52cadb


#52cadb Border Color

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

This div border color is #52cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cadb


Comments

No comments written yet.

Please login to write comment.