Color Hex Logo

#249aec Color Hex

#249AEC
(36,154,236)
0 Favorites   0 Comments

Color spaces of #249aec

RGB 36154236
HSL0.570.840.53
HSV205°85°93°
CMYK 0.850.350.00   0.07
XYZ27.423529.542483.6138
Yxy29.54240.19510.2101
Hunter Lab54.3529-5.0563-53.1617
CIE-Lab61.2574-2.6124-49.9458

#249aec color RGB value is (36,154,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011010 11101100
Octal 44 232 354
Decimal 36 154 236
Hex 24 9A EC

RGB Percentages of Color #249aec

%8.45
%36.15
%55.40

CMYK Percentages of Color #249aec

%85
%35
%0
%7

Triadic Colors of #249aec

#249aec #ec249a #9aec24

Analogous Colors of #249aec

#249aec #2436ec #24ecda

Monochromatic Colors of #249aec

#249aec

Complementary Color

#249aec #ec7624

#249aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#249aec Color CSS Codes

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

#249aec Text Font Color

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

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


#249aec Background Color

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

This div background color is #249aec


#249aec Border Color

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

This div border color is #249aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249aec


Comments

No comments written yet.

Please login to write comment.