Color Hex Logo

#247ebd Color Hex

#247EBD
(36,126,189)
0 Favorites   0 Comments

Color spaces of #247ebd

RGB 36126189
HSL0.570.680.44
HSV205°81°74°
CMYK 0.810.330.00   0.26
XYZ17.373718.970950.8902
Yxy18.97090.19920.2175
Hunter Lab43.5556-5.0212-38.7853
CIE-Lab50.6531-3.5358-40.2914

#247ebd color RGB value is (36,126,189).

#247ebd hex color red value is 36, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #247ebd hue: 0.57 , saturation: 0.68 and the lightness value of 247ebd is 0.44.

The process color (four color CMYK) of #247ebd color hex is 0.81, 0.33, 0.00, 0.26. Web safe color of #247ebd is #3366cc. Color #247ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111110 10111101
Octal 44 176 275
Decimal 36 126 189
Hex 24 7E BD

RGB Percentages of Color #247ebd

%10.26
%35.90
%53.85

CMYK Percentages of Color #247ebd

%81
%33
%0
%26

Triadic Colors of #247ebd

#247ebd #bd247e #7ebd24

Analogous Colors of #247ebd

#247ebd #2432bd #24bdb0

Monochromatic Colors of #247ebd

#247ebd

Complementary Color

#247ebd #bd6324

#247ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#247ebd Color CSS Codes

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

#247ebd Text Font Color

<p style="color:#247ebd">Text here</p>

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


#247ebd Background Color

<div style="background-color:#247ebd">
Div content here</div>

This div background color is #247ebd


#247ebd Border Color

<div style="border:3px solid #247ebd">
Div here</div>

This div border color is #247ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,126,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #247ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #247ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #247ebd;
  box-shadow:         1px 1px 3px 2px #247ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247ebd


Comments

No comments written yet.

Please login to write comment.