Color Hex Logo

#248eba Color Hex

#248EBA
(36,142,186)
0 Favorites   0 Comments

Color spaces of #248eba

RGB 36142186
HSL0.550.680.44
HSV198°81°73°
CMYK 0.810.240.00   0.27
XYZ19.263523.266249.9299
Yxy23.26620.20830.2516
Hunter Lab48.2350-13.1243-27.6088
CIE-Lab55.3455-13.8248-31.2187

#248eba color RGB value is (36,142,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001110 10111010
Octal 44 216 272
Decimal 36 142 186
Hex 24 8E BA

RGB Percentages of Color #248eba

%9.89
%39.01
%51.10

CMYK Percentages of Color #248eba

%81
%24
%0
%27

Triadic Colors of #248eba

#248eba #ba248e #8eba24

Analogous Colors of #248eba

#248eba #2443ba #24ba9b

Monochromatic Colors of #248eba

#248eba

Complementary Color

#248eba #ba5024

#248eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#248eba Color CSS Codes

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

#248eba Text Font Color

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

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


#248eba Background Color

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

This div background color is #248eba


#248eba Border Color

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

This div border color is #248eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248eba


Comments

No comments written yet.

Please login to write comment.