Color Hex Logo

#248ade Color Hex

#248ADE
(36,138,222)
0 Favorites   0 Comments

Color spaces of #248ade

RGB 36138222
HSL0.580.740.51
HSV207°84°87°
CMYK 0.840.380.00   0.13
XYZ23.000823.826072.4938
Yxy23.82600.19280.1997
Hunter Lab48.8119-1.3093-53.8872
CIE-Lab55.91321.6109-50.6517

#248ade color RGB value is (36,138,222).

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

The process color (four color CMYK) of #248ade color hex is 0.84, 0.38, 0.00, 0.13. Web safe color of #248ade is #3399cc. Color #248ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001010 11011110
Octal 44 212 336
Decimal 36 138 222
Hex 24 8A DE

RGB Percentages of Color #248ade

%9.09
%34.85
%56.06

CMYK Percentages of Color #248ade

%84
%38
%0
%13

Triadic Colors of #248ade

#248ade #de248a #8ade24

Analogous Colors of #248ade

#248ade #242dde #24ded5

Monochromatic Colors of #248ade

#248ade

Complementary Color

#248ade #de7824

#248ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#248ade Color CSS Codes

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

#248ade Text Font Color

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

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


#248ade Background Color

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

This div background color is #248ade


#248ade Border Color

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

This div border color is #248ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248ade


Comments

No comments written yet.

Please login to write comment.