Color Hex Logo

#247efc Color Hex

#247EFC
(36,126,252)
0 Favorites   0 Comments

Color spaces of #247efc

RGB 36126252
HSL0.600.970.56
HSV215°86°99°
CMYK 0.860.500.00   0.01
XYZ25.759122.325195.0470
Yxy22.32510.18000.1560
Hunter Lab47.249414.6268-86.1932
CIE-Lab54.370320.2493-69.8140

#247efc color RGB value is (36,126,252).

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

The process color (four color CMYK) of #247efc color hex is 0.86, 0.50, 0.00, 0.01. Web safe color of #247efc is #3366ff. Color #247efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111110 11111100
Octal 44 176 374
Decimal 36 126 252
Hex 24 7E FC

RGB Percentages of Color #247efc

%8.70
%30.43
%60.87

CMYK Percentages of Color #247efc

%86
%50
%0
%1

Triadic Colors of #247efc

#247efc #fc247e #7efc24

Analogous Colors of #247efc

#247efc #3624fc #24eafc

Monochromatic Colors of #247efc

#247efc

Complementary Color

#247efc #fca224

#247efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#247efc Color CSS Codes

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

#247efc Text Font Color

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

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


#247efc Background Color

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

This div background color is #247efc


#247efc Border Color

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

This div border color is #247efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247efc


Comments

No comments written yet.

Please login to write comment.