Color Hex Logo

#248ccc Color Hex

#248CCC
(36,140,204)
0 Favorites   0 Comments

Color spaces of #248ccc

RGB 36140204
HSL0.560.700.47
HSV203°82°80°
CMYK 0.820.310.00   0.20
XYZ21.004723.490960.5539
Yxy23.49090.20000.2236
Hunter Lab48.4674-7.4600-40.1482
CIE-Lab55.5744-6.2166-41.0673

#248ccc color RGB value is (36,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001100 11001100
Octal 44 214 314
Decimal 36 140 204
Hex 24 8C CC

RGB Percentages of Color #248ccc

%9.47
%36.84
%53.68

CMYK Percentages of Color #248ccc

%82
%31
%0
%20

Triadic Colors of #248ccc

#248ccc #cc248c #8ccc24

Analogous Colors of #248ccc

#248ccc #2438cc #24ccb8

Monochromatic Colors of #248ccc

#248ccc

Complementary Color

#248ccc #cc6424

#248ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#248ccc Color CSS Codes

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

#248ccc Text Font Color

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

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


#248ccc Background Color

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

This div background color is #248ccc


#248ccc Border Color

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

This div border color is #248ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248ccc


Comments

No comments written yet.

Please login to write comment.