Color Hex Logo

#265bad Color Hex

#265BAD
(38,91,173)
0 Favorites   0 Comments

Color spaces of #265bad

RGB 3891173
HSL0.600.640.41
HSV216°78°68°
CMYK 0.780.470.00   0.32
XYZ12.083210.911441.0044
Yxy10.91140.18880.1705
Hunter Lab33.03247.4883-50.4763
CIE-Lab39.430812.4851-48.8583

#265bad color RGB value is (38,91,173).

#265bad hex color red value is 38, green value is 91 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #265bad hue: 0.60 , saturation: 0.64 and the lightness value of 265bad is 0.41.

The process color (four color CMYK) of #265bad color hex is 0.78, 0.47, 0.00, 0.32. Web safe color of #265bad is #336699. Color #265bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011011 10101101
Octal 46 133 255
Decimal 38 91 173
Hex 26 5B AD

RGB Percentages of Color #265bad

%12.58
%30.13
%57.28

CMYK Percentages of Color #265bad

%78
%47
%0
%32

Triadic Colors of #265bad

#265bad #ad265b #5bad26

Analogous Colors of #265bad

#265bad #3526ad #269fad

Monochromatic Colors of #265bad

#265bad

Complementary Color

#265bad #ad7826

#265bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#265bad Color CSS Codes

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

#265bad Text Font Color

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

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


#265bad Background Color

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

This div background color is #265bad


#265bad Border Color

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

This div border color is #265bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265bad


Comments

No comments written yet.

Please login to write comment.