Color Hex Logo

#249fbe Color Hex

#249FBE
(36,159,190)
0 Favorites   0 Comments

Color spaces of #249fbe

RGB 36159190
HSL0.530.680.44
HSV192°81°75°
CMYK 0.810.160.00   0.25
XYZ22.420028.889053.1097
Yxy28.88900.21470.2767
Hunter Lab53.7485-19.6025-20.9614
CIE-Lab60.6835-21.5961-25.2220

#249fbe color RGB value is (36,159,190).

#249fbe hex color red value is 36, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #249fbe hue: 0.53 , saturation: 0.68 and the lightness value of 249fbe is 0.44.

The process color (four color CMYK) of #249fbe color hex is 0.81, 0.16, 0.00, 0.25. Web safe color of #249fbe is #3399cc. Color #249fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011111 10111110
Octal 44 237 276
Decimal 36 159 190
Hex 24 9F BE

RGB Percentages of Color #249fbe

%9.35
%41.30
%49.35

CMYK Percentages of Color #249fbe

%81
%16
%0
%25

Triadic Colors of #249fbe

#249fbe #be249f #9fbe24

Analogous Colors of #249fbe

#249fbe #2452be #24be90

Monochromatic Colors of #249fbe

#249fbe

Complementary Color

#249fbe #be4324

#249fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#249fbe Color CSS Codes

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

#249fbe Text Font Color

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

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


#249fbe Background Color

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

This div background color is #249fbe


#249fbe Border Color

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

This div border color is #249fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249fbe


Comments

No comments written yet.

Please login to write comment.