Color Hex Logo

#249bda Color Hex

#249BDA
(36,155,218)
0 Favorites   0 Comments

Color spaces of #249bda

RGB 36155218
HSL0.560.720.50
HSV201°83°85°
CMYK 0.830.290.00   0.15
XYZ25.103828.879770.5809
Yxy28.87970.20150.2318
Hunter Lab53.7398-10.6610-40.2525
CIE-Lab60.6753-9.6951-40.8913

#249bda color RGB value is (36,155,218).

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

The process color (four color CMYK) of #249bda color hex is 0.83, 0.29, 0.00, 0.15. Web safe color of #249bda is #3399cc. Color #249bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011011 11011010
Octal 44 233 332
Decimal 36 155 218
Hex 24 9B DA

RGB Percentages of Color #249bda

%8.80
%37.90
%53.30

CMYK Percentages of Color #249bda

%83
%29
%0
%15

Triadic Colors of #249bda

#249bda #da249b #9bda24

Analogous Colors of #249bda

#249bda #2440da #24dabe

Monochromatic Colors of #249bda

#249bda

Complementary Color

#249bda #da6324

#249bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#249bda Color CSS Codes

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

#249bda Text Font Color

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

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


#249bda Background Color

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

This div background color is #249bda


#249bda Border Color

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

This div border color is #249bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249bda


Comments

No comments written yet.

Please login to write comment.