Color Hex Logo

#256acd Color Hex

#256ACD
(37,106,205)
0 Favorites   0 Comments

Color spaces of #256acd

RGB 37106205
HSL0.600.690.47
HSV215°82°80°
CMYK 0.820.480.00   0.20
XYZ16.936415.109259.7813
Yxy15.10920.18440.1645
Hunter Lab38.87069.7513-63.9762
CIE-Lab45.783415.0535-57.2459

#256acd color RGB value is (37,106,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101010 11001101
Octal 45 152 315
Decimal 37 106 205
Hex 25 6A CD

RGB Percentages of Color #256acd

%10.63
%30.46
%58.91

CMYK Percentages of Color #256acd

%82
%48
%0
%20

Triadic Colors of #256acd

#256acd #cd256a #6acd25

Analogous Colors of #256acd

#256acd #3425cd #25becd

Monochromatic Colors of #256acd

#256acd

Complementary Color

#256acd #cd8825

#256acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#256acd Color CSS Codes

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

#256acd Text Font Color

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

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


#256acd Background Color

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

This div background color is #256acd


#256acd Border Color

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

This div border color is #256acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,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 #256acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256acd


Comments

No comments written yet.

Please login to write comment.