Color Hex Logo

#249cee Color Hex

#249CEE
(36,156,238)
0 Favorites   0 Comments

Color spaces of #249cee

RGB 36156238
HSL0.570.860.54
HSV204°85°93°
CMYK 0.850.340.00   0.07
XYZ28.048630.325085.2639
Yxy30.32500.19530.2111
Hunter Lab55.0681-5.4514-53.2531
CIE-Lab61.9336-3.0358-49.9768

#249cee color RGB value is (36,156,238).

#249cee hex color red value is 36, green value is 156 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #249cee hue: 0.57 , saturation: 0.86 and the lightness value of 249cee is 0.54.

The process color (four color CMYK) of #249cee color hex is 0.85, 0.34, 0.00, 0.07. Web safe color of #249cee is #3399ff. Color #249cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011100 11101110
Octal 44 234 356
Decimal 36 156 238
Hex 24 9C EE

RGB Percentages of Color #249cee

%8.37
%36.28
%55.35

CMYK Percentages of Color #249cee

%85
%34
%0
%7

Triadic Colors of #249cee

#249cee #ee249c #9cee24

Analogous Colors of #249cee

#249cee #2437ee #24eedb

Monochromatic Colors of #249cee

#249cee

Complementary Color

#249cee #ee7624

#249cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#249cee Color CSS Codes

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

#249cee Text Font Color

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

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


#249cee Background Color

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

This div background color is #249cee


#249cee Border Color

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

This div border color is #249cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249cee


Comments

No comments written yet.

Please login to write comment.