Color Hex Logo

#248ccb Color Hex

#248CCB
(36,140,203)
0 Favorites   0 Comments

Color spaces of #248ccb

RGB 36140203
HSL0.560.700.47
HSV203°82°80°
CMYK 0.820.310.00   0.20
XYZ20.885123.443059.9241
Yxy23.44300.20030.2249
Hunter Lab48.4180-7.7354-39.4872
CIE-Lab55.5257-6.5816-40.5791

#248ccb color RGB value is (36,140,203).

#248ccb hex color red value is 36, green value is 140 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #248ccb hue: 0.56 , saturation: 0.70 and the lightness value of 248ccb is 0.47.

The process color (four color CMYK) of #248ccb color hex is 0.82, 0.31, 0.00, 0.20. Web safe color of #248ccb is #3399cc. Color #248ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001100 11001011
Octal 44 214 313
Decimal 36 140 203
Hex 24 8C CB

RGB Percentages of Color #248ccb

%9.50
%36.94
%53.56

CMYK Percentages of Color #248ccb

%82
%31
%0
%20

Triadic Colors of #248ccb

#248ccb #cb248c #8ccb24

Analogous Colors of #248ccb

#248ccb #2438cb #24cbb7

Monochromatic Colors of #248ccb

#248ccb

Complementary Color

#248ccb #cb6324

#248ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#248ccb Color CSS Codes

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

#248ccb Text Font Color

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

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


#248ccb Background Color

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

This div background color is #248ccb


#248ccb Border Color

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

This div border color is #248ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248ccb


Comments

No comments written yet.

Please login to write comment.