Color Hex Logo

#248eaa Color Hex

#248EAA
(36,142,170)
0 Favorites   0 Comments

Color spaces of #248eaa

RGB 36142170
HSL0.530.650.40
HSV193°79°67°
CMYK 0.790.160.00   0.33
XYZ17.656322.623341.4664
Yxy22.62330.21600.2768
Hunter Lab47.5640-16.9756-18.3944
CIE-Lab54.6822-19.3720-23.1033

#248eaa color RGB value is (36,142,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001110 10101010
Octal 44 216 252
Decimal 36 142 170
Hex 24 8E AA

RGB Percentages of Color #248eaa

%10.34
%40.80
%48.85

CMYK Percentages of Color #248eaa

%79
%16
%0
%33

Triadic Colors of #248eaa

#248eaa #aa248e #8eaa24

Analogous Colors of #248eaa

#248eaa #244baa #24aa83

Monochromatic Colors of #248eaa

#248eaa

Complementary Color

#248eaa #aa4024

#248eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#248eaa Color CSS Codes

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

#248eaa Text Font Color

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

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


#248eaa Background Color

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

This div background color is #248eaa


#248eaa Border Color

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

This div border color is #248eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248eaa


Comments

No comments written yet.

Please login to write comment.