Color Hex Logo

#52ddfe Color Hex

#52DDFE
(82,221,254)
0 Favorites   0 Comments

Color spaces of #52ddfe

RGB 82221254
HSL0.530.990.66
HSV192°68°100°
CMYK 0.680.130.00   0.00
XYZ47.225560.6625102.9859
Yxy60.66250.22400.2877
Hunter Lab77.8861-28.0690-23.8766
CIE-Lab82.1970-27.2438-27.0170

#52ddfe color RGB value is (82,221,254).

#52ddfe hex color red value is 82, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #52ddfe hue: 0.53 , saturation: 0.99 and the lightness value of 52ddfe is 0.66.

The process color (four color CMYK) of #52ddfe color hex is 0.68, 0.13, 0.00, 0.00. Web safe color of #52ddfe is #66ccff. Color #52ddfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011101 11111110
Octal 122 335 376
Decimal 82 221 254
Hex 52 DD FE

RGB Percentages of Color #52ddfe

%14.72
%39.68
%45.60

CMYK Percentages of Color #52ddfe

%68
%13
%0
%0

Triadic Colors of #52ddfe

#52ddfe #fe52dd #ddfe52

Analogous Colors of #52ddfe

#52ddfe #5287fe #52fec9

Monochromatic Colors of #52ddfe

#52ddfe

Complementary Color

#52ddfe #fe7352

#52ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ddfe Color CSS Codes

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

#52ddfe Text Font Color

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

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


#52ddfe Background Color

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

This div background color is #52ddfe


#52ddfe Border Color

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

This div border color is #52ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.