Color Hex Logo

#52ddff Color Hex

#52DDFF
(82,221,255)
0 Favorites   0 Comments

Color spaces of #52ddff

RGB 82221255
HSL0.531.000.66
HSV192°68°100°
CMYK 0.680.130.00   0.00
XYZ47.386160.7267103.8317
Yxy60.72670.22360.2865
Hunter Lab77.9273-27.8305-24.4499
CIE-Lab82.2316-26.9446-27.4933

#52ddff color RGB value is (82,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011101 11111111
Octal 122 335 377
Decimal 82 221 255
Hex 52 DD FF

RGB Percentages of Color #52ddff

%14.70
%39.61
%45.70

CMYK Percentages of Color #52ddff

%68
%13
%0
%0

Triadic Colors of #52ddff

#52ddff #ff52dd #ddff52

Analogous Colors of #52ddff

#52ddff #5287ff #52ffcb

Monochromatic Colors of #52ddff

#52ddff

Complementary Color

#52ddff #ff7452

#52ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ddff Color CSS Codes

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

#52ddff Text Font Color

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

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


#52ddff Background Color

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

This div background color is #52ddff


#52ddff Border Color

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

This div border color is #52ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ddff

Related Colors


Comments

No comments written yet.

Please login to write comment.