Color Hex Logo

#52fcee Color Hex

#52FCEE
(82,252,238)
0 Favorites   0 Comments

Color spaces of #52fcee

RGB 82252238
HSL0.490.970.65
HSV175°67°99°
CMYK 0.670.000.06   0.01
XYZ53.722777.587793.0334
Yxy77.58770.23950.3458
Hunter Lab88.0839-45.2789-0.9628
CIE-Lab90.5914-46.0401-6.0042

#52fcee color RGB value is (82,252,238).

#52fcee hex color red value is 82, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #52fcee hue: 0.49 , saturation: 0.97 and the lightness value of 52fcee is 0.65.

The process color (four color CMYK) of #52fcee color hex is 0.67, 0.00, 0.06, 0.01. Web safe color of #52fcee is #66ffff. Color #52fcee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111100 11101110
Octal 122 374 356
Decimal 82 252 238
Hex 52 FC EE

RGB Percentages of Color #52fcee

%14.34
%44.06
%41.61

CMYK Percentages of Color #52fcee

%67
%0
%6
%1

Triadic Colors of #52fcee

#52fcee #ee52fc #fcee52

Analogous Colors of #52fcee

#52fcee #52b5fc #52fc99

Monochromatic Colors of #52fcee

#52fcee

Complementary Color

#52fcee #fc5260

#52fcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52fcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#52fcee Color CSS Codes

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

#52fcee Text Font Color

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

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


#52fcee Background Color

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

This div background color is #52fcee


#52fcee Border Color

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

This div border color is #52fcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52fcee

Related Colors


Comments

No comments written yet.

Please login to write comment.