Color Hex Logo

#247eaf Color Hex

#247EAF
(36,126,175)
0 Favorites   0 Comments

Color spaces of #247eaf

RGB 36126175
HSL0.560.660.41
HSV201°79°69°
CMYK 0.790.280.00   0.31
XYZ15.926318.391943.2680
Yxy18.39190.20530.2371
Hunter Lab42.8858-8.7614-29.7984
CIE-Lab49.9680-8.6923-33.3009

#247eaf color RGB value is (36,126,175).

#247eaf hex color red value is 36, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #247eaf hue: 0.56 , saturation: 0.66 and the lightness value of 247eaf is 0.41.

The process color (four color CMYK) of #247eaf color hex is 0.79, 0.28, 0.00, 0.31. Web safe color of #247eaf is #336699. Color #247eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111110 10101111
Octal 44 176 257
Decimal 36 126 175
Hex 24 7E AF

RGB Percentages of Color #247eaf

%10.68
%37.39
%51.93

CMYK Percentages of Color #247eaf

%79
%28
%0
%31

Triadic Colors of #247eaf

#247eaf #af247e #7eaf24

Analogous Colors of #247eaf

#247eaf #2439af #24af9b

Monochromatic Colors of #247eaf

#247eaf

Complementary Color

#247eaf #af5524

#247eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#247eaf Color CSS Codes

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

#247eaf Text Font Color

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

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


#247eaf Background Color

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

This div background color is #247eaf


#247eaf Border Color

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

This div border color is #247eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247eaf


Comments

No comments written yet.

Please login to write comment.