Color Hex Logo

#248abd Color Hex

#248ABD
(36,138,189)
0 Favorites   0 Comments

Color spaces of #248abd

RGB 36138189
HSL0.560.680.44
HSV200°81°74°
CMYK 0.810.270.00   0.26
XYZ19.001322.226151.4327
Yxy22.22610.20510.2399
Hunter Lab47.1446-10.5598-31.6817
CIE-Lab54.2661-10.5108-34.6118

#248abd color RGB value is (36,138,189).

#248abd hex color red value is 36, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #248abd hue: 0.56 , saturation: 0.68 and the lightness value of 248abd is 0.44.

The process color (four color CMYK) of #248abd color hex is 0.81, 0.27, 0.00, 0.26. Web safe color of #248abd is #3399cc. Color #248abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001010 10111101
Octal 44 212 275
Decimal 36 138 189
Hex 24 8A BD

RGB Percentages of Color #248abd

%9.92
%38.02
%52.07

CMYK Percentages of Color #248abd

%81
%27
%0
%26

Triadic Colors of #248abd

#248abd #bd248a #8abd24

Analogous Colors of #248abd

#248abd #243ebd #24bda4

Monochromatic Colors of #248abd

#248abd

Complementary Color

#248abd #bd5724

#248abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#248abd Color CSS Codes

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

#248abd Text Font Color

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

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


#248abd Background Color

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

This div background color is #248abd


#248abd Border Color

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

This div border color is #248abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248abd


Comments

No comments written yet.

Please login to write comment.