Color Hex Logo

#248ebe Color Hex

#248EBE
(36,142,190)
0 Favorites   0 Comments

Color spaces of #248ebe

RGB 36142190
HSL0.550.680.44
HSV199°81°75°
CMYK 0.810.250.00   0.25
XYZ19.694823.438852.2013
Yxy23.43880.20660.2459
Hunter Lab48.4136-12.1096-30.0390
CIE-Lab55.5215-12.4076-33.2193

#248ebe color RGB value is (36,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001110 10111110
Octal 44 216 276
Decimal 36 142 190
Hex 24 8E BE

RGB Percentages of Color #248ebe

%9.78
%38.59
%51.63

CMYK Percentages of Color #248ebe

%81
%25
%0
%25

Triadic Colors of #248ebe

#248ebe #be248e #8ebe24

Analogous Colors of #248ebe

#248ebe #2441be #24bea1

Monochromatic Colors of #248ebe

#248ebe

Complementary Color

#248ebe #be5424

#248ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#248ebe Color CSS Codes

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

#248ebe Text Font Color

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

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


#248ebe Background Color

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

This div background color is #248ebe


#248ebe Border Color

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

This div border color is #248ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248ebe


Comments

No comments written yet.

Please login to write comment.