Color Hex Logo

#52c4ef Color Hex

#52C4EF
(82,196,239)
0 Favorites   0 Comments

Color spaces of #52c4ef

RGB 82196239
HSL0.550.830.63
HSV196°66°94°
CMYK 0.660.180.00   0.06
XYZ38.799647.505788.7859
Yxy47.50570.22160.2713
Hunter Lab68.9244-20.1347-28.1282
CIE-Lab74.5121-19.2302-30.7939

#52c4ef color RGB value is (82,196,239).

#52c4ef hex color red value is 82, green value is 196 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #52c4ef hue: 0.55 , saturation: 0.83 and the lightness value of 52c4ef is 0.63.

The process color (four color CMYK) of #52c4ef color hex is 0.66, 0.18, 0.00, 0.06. Web safe color of #52c4ef is #66ccff. Color #52c4ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11000100 11101111
Octal 122 304 357
Decimal 82 196 239
Hex 52 C4 EF

RGB Percentages of Color #52c4ef

%15.86
%37.91
%46.23

CMYK Percentages of Color #52c4ef

%66
%18
%0
%6

Triadic Colors of #52c4ef

#52c4ef #ef52c4 #c4ef52

Analogous Colors of #52c4ef

#52c4ef #5276ef #52efcc

Monochromatic Colors of #52c4ef

#52c4ef

Complementary Color

#52c4ef #ef7d52

#52c4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52c4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#52c4ef Color CSS Codes

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

#52c4ef Text Font Color

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

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


#52c4ef Background Color

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

This div background color is #52c4ef


#52c4ef Border Color

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

This div border color is #52c4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52c4ef


Comments

No comments written yet.

Please login to write comment.