Color Hex Logo

#265d60 Color Hex

#265D60
(38,93,96)
0 Favorites   0 Comments

Color spaces of #265d60

RGB 389396
HSL0.510.430.26
HSV183°60°38°
CMYK 0.600.030.00   0.62
XYZ6.82509.085312.4603
Yxy9.08530.24060.3202
Hunter Lab30.1418-12.3305-3.4105
CIE-Lab36.1480-16.9540-7.1897

#265d60 color RGB value is (38,93,96).

#265d60 hex color red value is 38, green value is 93 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #265d60 hue: 0.51 , saturation: 0.43 and the lightness value of 265d60 is 0.26.

The process color (four color CMYK) of #265d60 color hex is 0.60, 0.03, 0.00, 0.62. Web safe color of #265d60 is #336666. Color #265d60 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011101 01100000
Octal 46 135 140
Decimal 38 93 96
Hex 26 5D 60

RGB Percentages of Color #265d60

%16.74
%40.97
%42.29

CMYK Percentages of Color #265d60

%60
%3
%0
%62

Triadic Colors of #265d60

#265d60 #60265d #5d6026

Analogous Colors of #265d60

#265d60 #264060 #266046

Monochromatic Colors of #265d60

#265d60

Complementary Color

#265d60 #602926

#265d60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265d60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#265d60 Color CSS Codes

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

#265d60 Text Font Color

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

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


#265d60 Background Color

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

This div background color is #265d60


#265d60 Border Color

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

This div border color is #265d60


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,93,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #265d60; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #265d60;
  -webkit-box-shadow: 1px 1px 3px 2px #265d60;
  box-shadow:         1px 1px 3px 2px #265d60; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,93,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265d60


Comments

No comments written yet.

Please login to write comment.