Color Hex Logo

#248eb6 Color Hex

#248EB6
(36,142,182)
0 Favorites   0 Comments

Color spaces of #248eb6

RGB 36142182
HSL0.550.670.43
HSV196°80°71°
CMYK 0.800.220.00   0.29
XYZ18.844123.098547.7212
Yxy23.09850.21020.2576
Hunter Lab48.0609-14.1189-25.2283
CIE-Lab55.1737-15.2312-29.2064

#248eb6 color RGB value is (36,142,182).

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

The process color (four color CMYK) of #248eb6 color hex is 0.80, 0.22, 0.00, 0.29. Web safe color of #248eb6 is #3399cc. Color #248eb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001110 10110110
Octal 44 216 266
Decimal 36 142 182
Hex 24 8E B6

RGB Percentages of Color #248eb6

%10.00
%39.44
%50.56

CMYK Percentages of Color #248eb6

%80
%22
%0
%29

Triadic Colors of #248eb6

#248eb6 #b6248e #8eb624

Analogous Colors of #248eb6

#248eb6 #2445b6 #24b695

Monochromatic Colors of #248eb6

#248eb6

Complementary Color

#248eb6 #b64c24

#248eb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248eb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#248eb6 Color CSS Codes

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

#248eb6 Text Font Color

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

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


#248eb6 Background Color

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

This div background color is #248eb6


#248eb6 Border Color

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

This div border color is #248eb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248eb6


Comments

No comments written yet.

Please login to write comment.