Color Hex Logo

#248252 Color Hex

#248252
(36,130,82)
0 Favorites   0 Comments

Color spaces of #248252

RGB 3613082
HSL0.410.570.33
HSV149°72°51°
CMYK 0.720.000.37   0.49
XYZ10.233216.949510.7149
Yxy16.94950.27000.4472
Hunter Lab41.1698-27.679013.3879
CIE-Lab48.1963-38.844918.3470

#248252 color RGB value is (36,130,82).

#248252 hex color red value is 36, green value is 130 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #248252 hue: 0.41 , saturation: 0.57 and the lightness value of 248252 is 0.33.

The process color (four color CMYK) of #248252 color hex is 0.72, 0.00, 0.37, 0.49. Web safe color of #248252 is #339966. Color #248252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000010 01010010
Octal 44 202 122
Decimal 36 130 82
Hex 24 82 52

RGB Percentages of Color #248252

%14.52
%52.42
%33.06

CMYK Percentages of Color #248252

%72
%0
%37
%49

Triadic Colors of #248252

#248252 #522482 #825224

Analogous Colors of #248252

#248252 #248281 #258224

Monochromatic Colors of #248252

#248252

Complementary Color

#248252 #822454

#248252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#248252 Color CSS Codes

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

#248252 Text Font Color

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

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


#248252 Background Color

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

This div background color is #248252


#248252 Border Color

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

This div border color is #248252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248252


Comments

No comments written yet.

Please login to write comment.