Color Hex Logo

#255252 Color Hex

#255252
(37,82,82)
0 Favorites   0 Comments

Color spaces of #255252

RGB 378282
HSL0.500.380.23
HSV180°55°32°
CMYK 0.550.000.00   0.68
XYZ5.30327.03719.0614
Yxy7.03710.24780.3288
Hunter Lab26.5275-10.7387-1.6833
CIE-Lab31.8912-15.3676-4.7479

#255252 color RGB value is (37,82,82).

#255252 hex color red value is 37, green value is 82 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #255252 hue: 0.50 , saturation: 0.38 and the lightness value of 255252 is 0.23.

The process color (four color CMYK) of #255252 color hex is 0.55, 0.00, 0.00, 0.68. Web safe color of #255252 is #336666. Color #255252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010010 01010010
Octal 45 122 122
Decimal 37 82 82
Hex 25 52 52

RGB Percentages of Color #255252

%18.41
%40.80
%40.80

CMYK Percentages of Color #255252

%55
%0
%0
%68

Triadic Colors of #255252

#255252 #522552 #525225

Analogous Colors of #255252

#255252 #253c52 #25523c

Monochromatic Colors of #255252

#255252

Complementary Color

#255252 #522525

#255252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255252 Color CSS Codes

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

#255252 Text Font Color

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

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


#255252 Background Color

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

This div background color is #255252


#255252 Border Color

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

This div border color is #255252


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,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 #255252">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255252


Comments

No comments written yet.

Please login to write comment.