Color Hex Logo

#256ca8 Color Hex

#256CA8
(37,108,168)
0 Favorites   0 Comments

Color spaces of #256ca8

RGB 37108168
HSL0.580.640.40
HSV207°78°66°
CMYK 0.780.360.00   0.34
XYZ13.193413.945639.0422
Yxy13.94560.19940.2107
Hunter Lab37.3438-2.2884-35.8458
CIE-Lab44.1548-0.4015-38.3719

#256ca8 color RGB value is (37,108,168).

#256ca8 hex color red value is 37, green value is 108 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #256ca8 hue: 0.58 , saturation: 0.64 and the lightness value of 256ca8 is 0.40.

The process color (four color CMYK) of #256ca8 color hex is 0.78, 0.36, 0.00, 0.34. Web safe color of #256ca8 is #336699. Color #256ca8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101100 10101000
Octal 45 154 250
Decimal 37 108 168
Hex 25 6C A8

RGB Percentages of Color #256ca8

%11.82
%34.50
%53.67

CMYK Percentages of Color #256ca8

%78
%36
%0
%34

Triadic Colors of #256ca8

#256ca8 #a8256c #6ca825

Analogous Colors of #256ca8

#256ca8 #252ba8 #25a8a3

Monochromatic Colors of #256ca8

#256ca8

Complementary Color

#256ca8 #a86125

#256ca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256ca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#256ca8 Color CSS Codes

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

#256ca8 Text Font Color

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

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


#256ca8 Background Color

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

This div background color is #256ca8


#256ca8 Border Color

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

This div border color is #256ca8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,108,168, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256ca8


Comments

No comments written yet.

Please login to write comment.