Color Hex Logo

#52cbcf Color Hex

#52CBCF
(82,203,207)
0 Favorites   0 Comments

Color spaces of #52cbcf

RGB 82203207
HSL0.510.570.57
HSV182°60°81°
CMYK 0.600.020.00   0.19
XYZ36.098149.010766.5889
Yxy49.01070.23800.3231
Hunter Lab70.0076-30.4733-7.3893
CIE-Lab75.4580-32.1237-12.0772

#52cbcf color RGB value is (82,203,207).

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

The process color (four color CMYK) of #52cbcf color hex is 0.60, 0.02, 0.00, 0.19. Web safe color of #52cbcf is #66cccc. Color #52cbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001011 11001111
Octal 122 313 317
Decimal 82 203 207
Hex 52 CB CF

RGB Percentages of Color #52cbcf

%16.67
%41.26
%42.07

CMYK Percentages of Color #52cbcf

%60
%2
%0
%19

Triadic Colors of #52cbcf

#52cbcf #cf52cb #cbcf52

Analogous Colors of #52cbcf

#52cbcf #528dcf #52cf95

Monochromatic Colors of #52cbcf

#52cbcf

Complementary Color

#52cbcf #cf5652

#52cbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cbcf Color CSS Codes

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

#52cbcf Text Font Color

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

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


#52cbcf Background Color

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

This div background color is #52cbcf


#52cbcf Border Color

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

This div border color is #52cbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cbcf


Comments

No comments written yet.

Please login to write comment.