Color Hex Logo

#248dad Color Hex

#248DAD
(36,141,173)
0 Favorites   0 Comments

Color spaces of #248dad

RGB 36141173
HSL0.540.660.41
HSV194°79°68°
CMYK 0.790.180.00   0.32
XYZ17.795322.442042.9290
Yxy22.44200.21400.2698
Hunter Lab47.3730-15.8506-20.5670
CIE-Lab54.4929-17.8093-25.1145

#248dad color RGB value is (36,141,173).

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

The process color (four color CMYK) of #248dad color hex is 0.79, 0.18, 0.00, 0.32. Web safe color of #248dad is #339999. Color #248dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001101 10101101
Octal 44 215 255
Decimal 36 141 173
Hex 24 8D AD

RGB Percentages of Color #248dad

%10.29
%40.29
%49.43

CMYK Percentages of Color #248dad

%79
%18
%0
%32

Triadic Colors of #248dad

#248dad #ad248d #8dad24

Analogous Colors of #248dad

#248dad #2449ad #24ad89

Monochromatic Colors of #248dad

#248dad

Complementary Color

#248dad #ad4424

#248dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#248dad Color CSS Codes

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

#248dad Text Font Color

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

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


#248dad Background Color

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

This div background color is #248dad


#248dad Border Color

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

This div border color is #248dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248dad


Comments

No comments written yet.

Please login to write comment.