Color Hex Logo

#265bab Color Hex

#265BAB
(38,91,171)
0 Favorites   0 Comments

Color spaces of #265bab

RGB 3891171
HSL0.600.640.41
HSV216°78°67°
CMYK 0.780.470.00   0.33
XYZ11.891110.834539.9926
Yxy10.83450.18960.1727
Hunter Lab32.91586.8819-48.9961
CIE-Lab39.300311.7083-47.8855

#265bab color RGB value is (38,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011011 10101011
Octal 46 133 253
Decimal 38 91 171
Hex 26 5B AB

RGB Percentages of Color #265bab

%12.67
%30.33
%57.00

CMYK Percentages of Color #265bab

%78
%47
%0
%33

Triadic Colors of #265bab

#265bab #ab265b #5bab26

Analogous Colors of #265bab

#265bab #3326ab #269eab

Monochromatic Colors of #265bab

#265bab

Complementary Color

#265bab #ab7626

#265bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#265bab Color CSS Codes

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

#265bab Text Font Color

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

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


#265bab Background Color

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

This div background color is #265bab


#265bab Border Color

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

This div border color is #265bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265bab


Comments

No comments written yet.

Please login to write comment.