Color Hex Logo

#055252 Color Hex

#055252
(5,82,82)
0 Favorites   0 Comments

Color spaces of #055252

RGB 58282
HSL0.500.890.17
HSV180°94°32°
CMYK 0.940.000.00   0.68
XYZ4.60296.67609.0287
Yxy6.67600.22670.3287
Hunter Lab25.8380-13.4176-2.6315
CIE-Lab31.0576-20.5846-6.0799

#055252 color RGB value is (5,82,82).

#055252 hex color red value is 5, green value is 82 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #055252 hue: 0.50 , saturation: 0.89 and the lightness value of 055252 is 0.17.

The process color (four color CMYK) of #055252 color hex is 0.94, 0.00, 0.00, 0.68. Web safe color of #055252 is #006666. Color #055252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010010 01010010
Octal 5 122 122
Decimal 5 82 82
Hex 5 52 52

RGB Percentages of Color #055252

%2.96
%48.52
%48.52

CMYK Percentages of Color #055252

%94
%0
%0
%68

Triadic Colors of #055252

#055252 #520552 #525205

Analogous Colors of #055252

#055252 #052c52 #05522c

Monochromatic Colors of #055252

#055252

Complementary Color

#055252 #520505

#055252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055252 Color CSS Codes

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

#055252 Text Font Color

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

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


#055252 Background Color

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

This div background color is #055252


#055252 Border Color

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

This div border color is #055252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055252


Comments

No comments written yet.

Please login to write comment.