Color Hex Logo

#246acd Color Hex

#246ACD
(36,106,205)
0 Favorites   0 Comments

Color spaces of #246acd

RGB 36106205
HSL0.600.700.47
HSV215°82°80°
CMYK 0.820.480.00   0.20
XYZ16.901015.090959.7797
Yxy15.09090.18420.1644
Hunter Lab38.84709.6770-64.0455
CIE-Lab45.758414.9648-57.2875

#246acd color RGB value is (36,106,205).

#246acd hex color red value is 36, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #246acd hue: 0.60 , saturation: 0.70 and the lightness value of 246acd is 0.47.

The process color (four color CMYK) of #246acd color hex is 0.82, 0.48, 0.00, 0.20. Web safe color of #246acd is #3366cc. Color #246acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01101010 11001101
Octal 44 152 315
Decimal 36 106 205
Hex 24 6A CD

RGB Percentages of Color #246acd

%10.37
%30.55
%59.08

CMYK Percentages of Color #246acd

%82
%48
%0
%20

Triadic Colors of #246acd

#246acd #cd246a #6acd24

Analogous Colors of #246acd

#246acd #3324cd #24bfcd

Monochromatic Colors of #246acd

#246acd

Complementary Color

#246acd #cd8724

#246acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#246acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#246acd Color CSS Codes

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

#246acd Text Font Color

<p style="color:#246acd">Text here</p>

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


#246acd Background Color

<div style="background-color:#246acd">
Div content here</div>

This div background color is #246acd


#246acd Border Color

<div style="border:3px solid #246acd">
Div here</div>

This div border color is #246acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,106,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #246acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #246acd;
  -webkit-box-shadow: 1px 1px 3px 2px #246acd;
  box-shadow:         1px 1px 3px 2px #246acd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #246acd


Comments

No comments written yet.

Please login to write comment.