Color Hex Logo

#249aeb Color Hex

#249AEB
(36,154,235)
0 Favorites   0 Comments

Color spaces of #249aeb

RGB 36154235
HSL0.570.830.53
HSV204°85°92°
CMYK 0.850.340.00   0.08
XYZ27.278629.484482.8506
Yxy29.48440.19540.2112
Hunter Lab54.2995-5.3507-52.4554
CIE-Lab61.2068-2.9773-49.4741

#249aeb color RGB value is (36,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011010 11101011
Octal 44 232 353
Decimal 36 154 235
Hex 24 9A EB

RGB Percentages of Color #249aeb

%8.47
%36.24
%55.29

CMYK Percentages of Color #249aeb

%85
%34
%0
%8

Triadic Colors of #249aeb

#249aeb #eb249a #9aeb24

Analogous Colors of #249aeb

#249aeb #2436eb #24ebd9

Monochromatic Colors of #249aeb

#249aeb

Complementary Color

#249aeb #eb7524

#249aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#249aeb Color CSS Codes

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

#249aeb Text Font Color

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

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


#249aeb Background Color

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

This div background color is #249aeb


#249aeb Border Color

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

This div border color is #249aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249aeb


Comments

No comments written yet.

Please login to write comment.