Color Hex Logo

#52cfdb Color Hex

#52CFDB
(82,207,219)
0 Favorites   0 Comments

Color spaces of #52cfdb

RGB 82207219
HSL0.510.660.59
HSV185°63°86°
CMYK 0.630.050.00   0.14
XYZ38.578751.534074.9316
Yxy51.53400.23370.3122
Hunter Lab71.7872-29.7010-11.6360
CIE-Lab77.0014-30.6651-16.2288

#52cfdb color RGB value is (82,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001111 11011011
Octal 122 317 333
Decimal 82 207 219
Hex 52 CF DB

RGB Percentages of Color #52cfdb

%16.14
%40.75
%43.11

CMYK Percentages of Color #52cfdb

%63
%5
%0
%14

Triadic Colors of #52cfdb

#52cfdb #db52cf #cfdb52

Analogous Colors of #52cfdb

#52cfdb #528bdb #52dba3

Monochromatic Colors of #52cfdb

#52cfdb

Complementary Color

#52cfdb #db5e52

#52cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cfdb Color CSS Codes

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

#52cfdb Text Font Color

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

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


#52cfdb Background Color

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

This div background color is #52cfdb


#52cfdb Border Color

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

This div border color is #52cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cfdb


Comments

No comments written yet.

Please login to write comment.