Color Hex Logo

#52cbec Color Hex

#52CBEC
(82,203,236)
0 Favorites   0 Comments

Color spaces of #52cbec

RGB 82203236
HSL0.540.800.62
HSV193°65°93°
CMYK 0.650.140.00   0.07
XYZ39.975950.561887.0093
Yxy50.56180.22520.2848
Hunter Lab71.1068-24.0851-22.7750
CIE-Lab76.4128-23.7119-26.2621

#52cbec color RGB value is (82,203,236).

#52cbec hex color red value is 82, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #52cbec hue: 0.54 , saturation: 0.80 and the lightness value of 52cbec is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001011 11101100
Octal 122 313 354
Decimal 82 203 236
Hex 52 CB EC

RGB Percentages of Color #52cbec

%15.74
%38.96
%45.30

CMYK Percentages of Color #52cbec

%65
%14
%0
%7

Triadic Colors of #52cbec

#52cbec #ec52cb #cbec52

Analogous Colors of #52cbec

#52cbec #527eec #52ecc0

Monochromatic Colors of #52cbec

#52cbec

Complementary Color

#52cbec #ec7352

#52cbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cbec Color CSS Codes

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

#52cbec Text Font Color

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

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


#52cbec Background Color

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

This div background color is #52cbec


#52cbec Border Color

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

This div border color is #52cbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cbec


Comments

No comments written yet.

Please login to write comment.