Color Hex Logo

#248eac Color Hex

#248EAC
(36,142,172)
0 Favorites   0 Comments

Color spaces of #248eac

RGB 36142172
HSL0.540.650.41
HSV193°79°67°
CMYK 0.790.170.00   0.33
XYZ17.846922.699642.4706
Yxy22.69960.21500.2734
Hunter Lab47.6441-16.5132-19.5010
CIE-Lab54.7616-18.6913-24.1273

#248eac color RGB value is (36,142,172).

#248eac hex color red value is 36, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #248eac hue: 0.54 , saturation: 0.65 and the lightness value of 248eac is 0.41.

The process color (four color CMYK) of #248eac color hex is 0.79, 0.17, 0.00, 0.33. Web safe color of #248eac is #339999. Color #248eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001110 10101100
Octal 44 216 254
Decimal 36 142 172
Hex 24 8E AC

RGB Percentages of Color #248eac

%10.29
%40.57
%49.14

CMYK Percentages of Color #248eac

%79
%17
%0
%33

Triadic Colors of #248eac

#248eac #ac248e #8eac24

Analogous Colors of #248eac

#248eac #244aac #24ac86

Monochromatic Colors of #248eac

#248eac

Complementary Color

#248eac #ac4224

#248eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#248eac Color CSS Codes

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

#248eac Text Font Color

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

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


#248eac Background Color

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

This div background color is #248eac


#248eac Border Color

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

This div border color is #248eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,142,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #248eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #248eac;
  -webkit-box-shadow: 1px 1px 3px 2px #248eac;
  box-shadow:         1px 1px 3px 2px #248eac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248eac


Comments

No comments written yet.

Please login to write comment.