Color Hex Logo

#24827f Color Hex

#24827F
(36,130,127)
0 Favorites   0 Comments

Color spaces of #24827f

RGB 36130127
HSL0.490.570.33
HSV178°72°51°
CMYK 0.720.000.02   0.49
XYZ12.541017.872622.8675
Yxy17.87260.23540.3354
Hunter Lab42.2760-21.0317-2.4773
CIE-Lab49.3412-27.0962-6.2248

#24827f color RGB value is (36,130,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000010 01111111
Octal 44 202 177
Decimal 36 130 127
Hex 24 82 7F

RGB Percentages of Color #24827f

%12.29
%44.37
%43.34

CMYK Percentages of Color #24827f

%72
%0
%2
%49

Triadic Colors of #24827f

#24827f #7f2482 #827f24

Analogous Colors of #24827f

#24827f #245682 #248250

Monochromatic Colors of #24827f

#24827f

Complementary Color

#24827f #822427

#24827f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24827f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24827f Color CSS Codes

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

#24827f Text Font Color

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

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


#24827f Background Color

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

This div background color is #24827f


#24827f Border Color

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

This div border color is #24827f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24827f


Comments

No comments written yet.

Please login to write comment.