Color Hex Logo

#257266 Color Hex

#257266
(37,114,102)
0 Favorites   0 Comments

Color spaces of #257266

RGB 37114102
HSL0.470.510.30
HSV171°68°45°
CMYK 0.680.000.11   0.55
XYZ9.178513.387314.6706
Yxy13.38730.24650.3595
Hunter Lab36.5887-19.25231.8391
CIE-Lab43.3411-26.3871-0.2197

#257266 color RGB value is (37,114,102).

#257266 hex color red value is 37, green value is 114 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #257266 hue: 0.47 , saturation: 0.51 and the lightness value of 257266 is 0.30.

The process color (four color CMYK) of #257266 color hex is 0.68, 0.00, 0.11, 0.55. Web safe color of #257266 is #336666. Color #257266 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110010 01100110
Octal 45 162 146
Decimal 37 114 102
Hex 25 72 66

RGB Percentages of Color #257266

%14.62
%45.06
%40.32

CMYK Percentages of Color #257266

%68
%0
%11
%55

Triadic Colors of #257266

#257266 #662572 #726625

Analogous Colors of #257266

#257266 #255872 #257240

Monochromatic Colors of #257266

#257266

Complementary Color

#257266 #722531

#257266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257266 Color CSS Codes

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

#257266 Text Font Color

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

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


#257266 Background Color

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

This div background color is #257266


#257266 Border Color

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

This div border color is #257266


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,114,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #257266; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #257266;
  -webkit-box-shadow: 1px 1px 3px 2px #257266;
  box-shadow:         1px 1px 3px 2px #257266; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257266


Comments

No comments written yet.

Please login to write comment.