Color Hex Logo

#24857c Color Hex

#24857C
(36,133,124)
0 Favorites   0 Comments

Color spaces of #24857c

RGB 36133124
HSL0.480.570.33
HSV174°73°52°
CMYK 0.730.000.07   0.48
XYZ12.753218.605421.9878
Yxy18.60540.23910.3488
Hunter Lab43.1340-22.7083-0.0296
CIE-Lab50.2223-29.4664-3.1612

#24857c color RGB value is (36,133,124).

#24857c hex color red value is 36, green value is 133 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #24857c hue: 0.48 , saturation: 0.57 and the lightness value of 24857c is 0.33.

The process color (four color CMYK) of #24857c color hex is 0.73, 0.00, 0.07, 0.48. Web safe color of #24857c is #339966. Color #24857c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000101 01111100
Octal 44 205 174
Decimal 36 133 124
Hex 24 85 7C

RGB Percentages of Color #24857c

%12.29
%45.39
%42.32

CMYK Percentages of Color #24857c

%73
%0
%7
%48

Triadic Colors of #24857c

#24857c #7c2485 #857c24

Analogous Colors of #24857c

#24857c #245e85 #24854c

Monochromatic Colors of #24857c

#24857c

Complementary Color

#24857c #85242d

#24857c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24857c Color Preview on White Background

Lorem ipsum dolor sit amet.

#24857c Color CSS Codes

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

#24857c Text Font Color

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

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


#24857c Background Color

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

This div background color is #24857c


#24857c Border Color

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

This div border color is #24857c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,133,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24857c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24857c;
  -webkit-box-shadow: 1px 1px 3px 2px #24857c;
  box-shadow:         1px 1px 3px 2px #24857c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24857c


Comments

No comments written yet.

Please login to write comment.