Color Hex Logo

#248aeb Color Hex

#248AEB
(36,138,235)
0 Favorites   0 Comments

Color spaces of #248aeb

RGB 36138235
HSL0.580.830.53
HSV209°85°92°
CMYK 0.850.410.00   0.08
XYZ24.811424.550282.0282
Yxy24.55020.18880.1869
Hunter Lab49.54822.6752-63.4723
CIE-Lab56.63456.4718-56.7512

#248aeb color RGB value is (36,138,235).

#248aeb hex color red value is 36, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #248aeb hue: 0.58 , saturation: 0.83 and the lightness value of 248aeb is 0.53.

The process color (four color CMYK) of #248aeb color hex is 0.85, 0.41, 0.00, 0.08. Web safe color of #248aeb is #3399ff. Color #248aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001010 11101011
Octal 44 212 353
Decimal 36 138 235
Hex 24 8A EB

RGB Percentages of Color #248aeb

%8.80
%33.74
%57.46

CMYK Percentages of Color #248aeb

%85
%41
%0
%8

Triadic Colors of #248aeb

#248aeb #eb248a #8aeb24

Analogous Colors of #248aeb

#248aeb #2427eb #24ebe9

Monochromatic Colors of #248aeb

#248aeb

Complementary Color

#248aeb #eb8524

#248aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#248aeb Color CSS Codes

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

#248aeb Text Font Color

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

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


#248aeb Background Color

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

This div background color is #248aeb


#248aeb Border Color

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

This div border color is #248aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248aeb


Comments

No comments written yet.

Please login to write comment.