Color Hex Logo

#249ec6 Color Hex

#249EC6
(36,158,198)
0 Favorites   0 Comments

Color spaces of #249ec6

RGB 36158198
HSL0.540.690.46
HSV195°82°78°
CMYK 0.820.200.00   0.22
XYZ23.147528.906057.7855
Yxy28.90600.21070.2632
Hunter Lab53.7643-17.2367-26.0895
CIE-Lab60.6986-18.3549-29.6869

#249ec6 color RGB value is (36,158,198).

#249ec6 hex color red value is 36, green value is 158 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #249ec6 hue: 0.54 , saturation: 0.69 and the lightness value of 249ec6 is 0.46.

The process color (four color CMYK) of #249ec6 color hex is 0.82, 0.20, 0.00, 0.22. Web safe color of #249ec6 is #3399cc. Color #249ec6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011110 11000110
Octal 44 236 306
Decimal 36 158 198
Hex 24 9E C6

RGB Percentages of Color #249ec6

%9.18
%40.31
%50.51

CMYK Percentages of Color #249ec6

%82
%20
%0
%22

Triadic Colors of #249ec6

#249ec6 #c6249e #9ec624

Analogous Colors of #249ec6

#249ec6 #244dc6 #24c69d

Monochromatic Colors of #249ec6

#249ec6

Complementary Color

#249ec6 #c64c24

#249ec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249ec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#249ec6 Color CSS Codes

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

#249ec6 Text Font Color

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

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


#249ec6 Background Color

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

This div background color is #249ec6


#249ec6 Border Color

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

This div border color is #249ec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249ec6


Comments

No comments written yet.

Please login to write comment.