Color Hex Logo

#248ebc Color Hex

#248EBC
(36,142,188)
0 Favorites   0 Comments

Color spaces of #248ebc

RGB 36142188
HSL0.550.680.44
HSV198°81°74°
CMYK 0.810.240.00   0.26
XYZ19.477723.351951.0577
Yxy23.35190.20750.2487
Hunter Lab48.3238-12.6193-28.8176
CIE-Lab55.4330-13.1173-32.2204

#248ebc color RGB value is (36,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001110 10111100
Octal 44 216 274
Decimal 36 142 188
Hex 24 8E BC

RGB Percentages of Color #248ebc

%9.84
%38.80
%51.37

CMYK Percentages of Color #248ebc

%81
%24
%0
%26

Triadic Colors of #248ebc

#248ebc #bc248e #8ebc24

Analogous Colors of #248ebc

#248ebc #2442bc #24bc9e

Monochromatic Colors of #248ebc

#248ebc

Complementary Color

#248ebc #bc5224

#248ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#248ebc Color CSS Codes

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

#248ebc Text Font Color

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

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


#248ebc Background Color

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

This div background color is #248ebc


#248ebc Border Color

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

This div border color is #248ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248ebc


Comments

No comments written yet.

Please login to write comment.