Color Hex Logo

#248dbc Color Hex

#248DBC
(36,141,188)
0 Favorites   0 Comments

Color spaces of #248dbc

RGB 36141188
HSL0.550.680.44
HSV199°81°74°
CMYK 0.810.250.00   0.26
XYZ19.329523.055751.0084
Yxy23.05570.20700.2469
Hunter Lab48.0164-12.1715-29.3731
CIE-Lab55.1297-12.5595-32.6933

#248dbc color RGB value is (36,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001101 10111100
Octal 44 215 274
Decimal 36 141 188
Hex 24 8D BC

RGB Percentages of Color #248dbc

%9.86
%38.63
%51.51

CMYK Percentages of Color #248dbc

%81
%25
%0
%26

Triadic Colors of #248dbc

#248dbc #bc248d #8dbc24

Analogous Colors of #248dbc

#248dbc #2441bc #24bc9f

Monochromatic Colors of #248dbc

#248dbc

Complementary Color

#248dbc #bc5324

#248dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#248dbc Color CSS Codes

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

#248dbc Text Font Color

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

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


#248dbc Background Color

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

This div background color is #248dbc


#248dbc Border Color

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

This div border color is #248dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,141,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 #248dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248dbc

#248dbc Color Palettes


Comments

No comments written yet.

Please login to write comment.