Color Hex Logo

#249be7 Color Hex

#249BE7
(36,155,231)
0 Favorites   0 Comments

Color spaces of #249be7

RGB 36155231
HSL0.560.800.52
HSV203°84°91°
CMYK 0.840.330.00   0.09
XYZ26.872729.587379.8959
Yxy29.58730.19710.2170
Hunter Lab54.3942-7.0044-49.0110
CIE-Lab61.2965-5.0080-47.1225

#249be7 color RGB value is (36,155,231).

#249be7 hex color red value is 36, green value is 155 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #249be7 hue: 0.56 , saturation: 0.80 and the lightness value of 249be7 is 0.52.

The process color (four color CMYK) of #249be7 color hex is 0.84, 0.33, 0.00, 0.09. Web safe color of #249be7 is #3399ff. Color #249be7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011011 11100111
Octal 44 233 347
Decimal 36 155 231
Hex 24 9B E7

RGB Percentages of Color #249be7

%8.53
%36.73
%54.74

CMYK Percentages of Color #249be7

%84
%33
%0
%9

Triadic Colors of #249be7

#249be7 #e7249b #9be724

Analogous Colors of #249be7

#249be7 #2439e7 #24e7d2

Monochromatic Colors of #249be7

#249be7

Complementary Color

#249be7 #e77024

#249be7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249be7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#249be7 Color CSS Codes

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

#249be7 Text Font Color

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

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


#249be7 Background Color

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

This div background color is #249be7


#249be7 Border Color

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

This div border color is #249be7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249be7


Comments

No comments written yet.

Please login to write comment.