Color Hex Logo

#247dce Color Hex

#247DCE
(36,125,206)
0 Favorites   0 Comments

Color spaces of #247dce

RGB 36125206
HSL0.580.700.47
HSV209°83°81°
CMYK 0.830.390.00   0.19
XYZ19.201719.498561.1441
Yxy19.49850.19230.1953
Hunter Lab44.15710.3457-51.1886
CIE-Lab51.26543.4474-49.0293

#247dce color RGB value is (36,125,206).

#247dce hex color red value is 36, green value is 125 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #247dce hue: 0.58 , saturation: 0.70 and the lightness value of 247dce is 0.47.

The process color (four color CMYK) of #247dce color hex is 0.83, 0.39, 0.00, 0.19. Web safe color of #247dce is #3366cc. Color #247dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111101 11001110
Octal 44 175 316
Decimal 36 125 206
Hex 24 7D CE

RGB Percentages of Color #247dce

%9.81
%34.06
%56.13

CMYK Percentages of Color #247dce

%83
%39
%0
%19

Triadic Colors of #247dce

#247dce #ce247d #7dce24

Analogous Colors of #247dce

#247dce #2428ce #24ceca

Monochromatic Colors of #247dce

#247dce

Complementary Color

#247dce #ce7524

#247dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#247dce Color CSS Codes

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

#247dce Text Font Color

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

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


#247dce Background Color

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

This div background color is #247dce


#247dce Border Color

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

This div border color is #247dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247dce


Comments

No comments written yet.

Please login to write comment.