Color Hex Logo

#248cbd Color Hex

#248CBD
(36,140,189)
0 Favorites   0 Comments

Color spaces of #248cbd

RGB 36140189
HSL0.550.680.44
HSV199°81°74°
CMYK 0.810.260.00   0.26
XYZ19.290922.805451.5292
Yxy22.80540.20600.2436
Hunter Lab47.7550-11.4652-30.5473
CIE-Lab54.8713-11.6418-33.6656

#248cbd color RGB value is (36,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001100 10111101
Octal 44 214 275
Decimal 36 140 189
Hex 24 8C BD

RGB Percentages of Color #248cbd

%9.86
%38.36
%51.78

CMYK Percentages of Color #248cbd

%81
%26
%0
%26

Triadic Colors of #248cbd

#248cbd #bd248c #8cbd24

Analogous Colors of #248cbd

#248cbd #2440bd #24bda2

Monochromatic Colors of #248cbd

#248cbd

Complementary Color

#248cbd #bd5524

#248cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#248cbd Color CSS Codes

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

#248cbd Text Font Color

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

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


#248cbd Background Color

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

This div background color is #248cbd


#248cbd Border Color

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

This div border color is #248cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248cbd


Comments

No comments written yet.

Please login to write comment.