Color Hex Logo

#265d58 Color Hex

#265D58
(38,93,88)
0 Favorites   0 Comments

Color spaces of #265d58

RGB 389388
HSL0.480.420.26
HSV175°59°36°
CMYK 0.590.000.05   0.64
XYZ6.47518.945410.6179
Yxy8.94540.24870.3435
Hunter Lab29.9089-13.6963-0.1123
CIE-Lab35.8790-19.4082-2.6104

#265d58 color RGB value is (38,93,88).

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

The process color (four color CMYK) of #265d58 color hex is 0.59, 0.00, 0.05, 0.64. Web safe color of #265d58 is #336666. Color #265d58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011101 01011000
Octal 46 135 130
Decimal 38 93 88
Hex 26 5D 58

RGB Percentages of Color #265d58

%17.35
%42.47
%40.18

CMYK Percentages of Color #265d58

%59
%0
%5
%64

Triadic Colors of #265d58

#265d58 #58265d #5d5826

Analogous Colors of #265d58

#265d58 #26475d #265d3d

Monochromatic Colors of #265d58

#265d58

Complementary Color

#265d58 #5d262b

#265d58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265d58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#265d58 Color CSS Codes

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

#265d58 Text Font Color

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

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


#265d58 Background Color

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

This div background color is #265d58


#265d58 Border Color

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

This div border color is #265d58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265d58


Comments

No comments written yet.

Please login to write comment.