Color Hex Logo

#248abc Color Hex

#248ABC
(36,138,188)
0 Favorites   0 Comments

Color spaces of #248abc

RGB 36138188
HSL0.550.680.44
HSV200°81°74°
CMYK 0.810.270.00   0.26
XYZ18.893122.182950.8629
Yxy22.18290.20550.2413
Hunter Lab47.0987-10.8196-31.0594
CIE-Lab54.2205-10.8704-34.1130

#248abc color RGB value is (36,138,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001010 10111100
Octal 44 212 274
Decimal 36 138 188
Hex 24 8A BC

RGB Percentages of Color #248abc

%9.94
%38.12
%51.93

CMYK Percentages of Color #248abc

%81
%27
%0
%26

Triadic Colors of #248abc

#248abc #bc248a #8abc24

Analogous Colors of #248abc

#248abc #243ebc #24bca2

Monochromatic Colors of #248abc

#248abc

Complementary Color

#248abc #bc5624

#248abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#248abc Color CSS Codes

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

#248abc Text Font Color

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

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


#248abc Background Color

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

This div background color is #248abc


#248abc Border Color

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

This div border color is #248abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248abc


Comments

No comments written yet.

Please login to write comment.