Color Hex Logo

#265e66 Color Hex

#265E66
(38,94,102)
0 Favorites   0 Comments

Color spaces of #265e66

RGB 3894102
HSL0.520.460.27
HSV188°63°40°
CMYK 0.630.080.00   0.60
XYZ7.20039.376814.0008
Yxy9.37680.23550.3067
Hunter Lab30.6216-11.6156-5.6735
CIE-Lab36.6999-15.5911-10.0854

#265e66 color RGB value is (38,94,102).

#265e66 hex color red value is 38, green value is 94 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #265e66 hue: 0.52 , saturation: 0.46 and the lightness value of 265e66 is 0.27.

The process color (four color CMYK) of #265e66 color hex is 0.63, 0.08, 0.00, 0.60. Web safe color of #265e66 is #336666. Color #265e66 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011110 01100110
Octal 46 136 146
Decimal 38 94 102
Hex 26 5E 66

RGB Percentages of Color #265e66

%16.24
%40.17
%43.59

CMYK Percentages of Color #265e66

%63
%8
%0
%60

Triadic Colors of #265e66

#265e66 #66265e #5e6626

Analogous Colors of #265e66

#265e66 #263e66 #26664e

Monochromatic Colors of #265e66

#265e66

Complementary Color

#265e66 #662e26

#265e66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265e66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#265e66 Color CSS Codes

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

#265e66 Text Font Color

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

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


#265e66 Background Color

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

This div background color is #265e66


#265e66 Border Color

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

This div border color is #265e66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,94,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 #265e66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265e66


Comments

No comments written yet.

Please login to write comment.