Color Hex Logo

#248672 Color Hex

#248672
(36,134,114)
0 Favorites   0 Comments

Color spaces of #248672

RGB 36134114
HSL0.470.580.33
HSV168°73°53°
CMYK 0.730.000.15   0.47
XYZ12.289918.640218.8698
Yxy18.64020.24680.3743
Hunter Lab43.1743-24.74364.3087
CIE-Lab50.2636-32.78222.7413

#248672 color RGB value is (36,134,114).

#248672 hex color red value is 36, green value is 134 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #248672 hue: 0.47 , saturation: 0.58 and the lightness value of 248672 is 0.33.

The process color (four color CMYK) of #248672 color hex is 0.73, 0.00, 0.15, 0.47. Web safe color of #248672 is #339966. Color #248672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000110 01110010
Octal 44 206 162
Decimal 36 134 114
Hex 24 86 72

RGB Percentages of Color #248672

%12.68
%47.18
%40.14

CMYK Percentages of Color #248672

%73
%0
%15
%47

Triadic Colors of #248672

#248672 #722486 #867224

Analogous Colors of #248672

#248672 #246986 #248641

Monochromatic Colors of #248672

#248672

Complementary Color

#248672 #862438

#248672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#248672 Color CSS Codes

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

#248672 Text Font Color

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

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


#248672 Background Color

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

This div background color is #248672


#248672 Border Color

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

This div border color is #248672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248672


Comments

No comments written yet.

Please login to write comment.