Color Hex Logo

#248cce Color Hex

#248CCE
(36,140,206)
0 Favorites   0 Comments

Color spaces of #248cce

RGB 36140206
HSL0.560.700.47
HSV203°83°81°
CMYK 0.830.320.00   0.19
XYZ21.246223.587561.8256
Yxy23.58750.19920.2211
Hunter Lab48.5670-6.9052-41.4791
CIE-Lab55.6724-5.4848-42.0418

#248cce color RGB value is (36,140,206).

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

The process color (four color CMYK) of #248cce color hex is 0.83, 0.32, 0.00, 0.19. Web safe color of #248cce is #3399cc. Color #248cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001100 11001110
Octal 44 214 316
Decimal 36 140 206
Hex 24 8C CE

RGB Percentages of Color #248cce

%9.42
%36.65
%53.93

CMYK Percentages of Color #248cce

%83
%32
%0
%19

Triadic Colors of #248cce

#248cce #ce248c #8cce24

Analogous Colors of #248cce

#248cce #2437ce #24cebb

Monochromatic Colors of #248cce

#248cce

Complementary Color

#248cce #ce6624

#248cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#248cce Color CSS Codes

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

#248cce Text Font Color

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

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


#248cce Background Color

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

This div background color is #248cce


#248cce Border Color

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

This div border color is #248cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248cce


Comments

No comments written yet.

Please login to write comment.