Color Hex Logo

#248aea Color Hex

#248AEA
(36,138,234)
0 Favorites   0 Comments

Color spaces of #248aea

RGB 36138234
HSL0.580.830.53
HSV209°85°92°
CMYK 0.850.410.00   0.08
XYZ24.667324.492581.2693
Yxy24.49250.18910.1878
Hunter Lab49.48992.3626-62.7195
CIE-Lab56.57766.0974-56.2864

#248aea color RGB value is (36,138,234).

#248aea hex color red value is 36, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #248aea hue: 0.58 , saturation: 0.83 and the lightness value of 248aea is 0.53.

The process color (four color CMYK) of #248aea color hex is 0.85, 0.41, 0.00, 0.08. Web safe color of #248aea is #3399ff. Color #248aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001010 11101010
Octal 44 212 352
Decimal 36 138 234
Hex 24 8A EA

RGB Percentages of Color #248aea

%8.82
%33.82
%57.35

CMYK Percentages of Color #248aea

%85
%41
%0
%8

Triadic Colors of #248aea

#248aea #ea248a #8aea24

Analogous Colors of #248aea

#248aea #2427ea #24eae7

Monochromatic Colors of #248aea

#248aea

Complementary Color

#248aea #ea8424

#248aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#248aea Color CSS Codes

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

#248aea Text Font Color

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

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


#248aea Background Color

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

This div background color is #248aea


#248aea Border Color

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

This div border color is #248aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248aea


Comments

No comments written yet.

Please login to write comment.