Color Hex Logo

#52dabf Color Hex

#52DABF
(82,218,191)
0 Favorites   0 Comments

Color spaces of #52dabf

RGB 82218191
HSL0.470.650.59
HSV168°62°85°
CMYK 0.620.000.12   0.15
XYZ37.955055.698258.0406
Yxy55.69820.25020.3672
Hunter Lab74.6312-39.82546.1321
CIE-Lab79.4417-43.18992.3909

#52dabf color RGB value is (82,218,191).

#52dabf hex color red value is 82, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #52dabf hue: 0.47 , saturation: 0.65 and the lightness value of 52dabf is 0.59.

The process color (four color CMYK) of #52dabf color hex is 0.62, 0.00, 0.12, 0.15. Web safe color of #52dabf is #66cccc. Color #52dabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011010 10111111
Octal 122 332 277
Decimal 82 218 191
Hex 52 DA BF

RGB Percentages of Color #52dabf

%16.70
%44.40
%38.90

CMYK Percentages of Color #52dabf

%62
%0
%12
%15

Triadic Colors of #52dabf

#52dabf #bf52da #dabf52

Analogous Colors of #52dabf

#52dabf #52b1da #52da7b

Monochromatic Colors of #52dabf

#52dabf

Complementary Color

#52dabf #da526d

#52dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dabf Color CSS Codes

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

#52dabf Text Font Color

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

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


#52dabf Background Color

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

This div background color is #52dabf


#52dabf Border Color

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

This div border color is #52dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dabf


Comments

No comments written yet.

Please login to write comment.