Color Hex Logo

#249cca Color Hex

#249CCA
(36,156,202)
0 Favorites   0 Comments

Color spaces of #249cca

RGB 36156202
HSL0.550.700.47
HSV197°82°79°
CMYK 0.820.230.00   0.21
XYZ23.276728.416360.1352
Yxy28.41630.20810.2541
Hunter Lab53.3069-15.3444-29.5698
CIE-Lab60.2630-15.8975-32.6036

#249cca color RGB value is (36,156,202).

#249cca hex color red value is 36, green value is 156 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #249cca hue: 0.55 , saturation: 0.70 and the lightness value of 249cca is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011100 11001010
Octal 44 234 312
Decimal 36 156 202
Hex 24 9C CA

RGB Percentages of Color #249cca

%9.14
%39.59
%51.27

CMYK Percentages of Color #249cca

%82
%23
%0
%21

Triadic Colors of #249cca

#249cca #ca249c #9cca24

Analogous Colors of #249cca

#249cca #2449ca #24caa5

Monochromatic Colors of #249cca

#249cca

Complementary Color

#249cca #ca5224

#249cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#249cca Color CSS Codes

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

#249cca Text Font Color

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

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


#249cca Background Color

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

This div background color is #249cca


#249cca Border Color

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

This div border color is #249cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249cca


Comments

No comments written yet.

Please login to write comment.