Color Hex Logo

#265fab Color Hex

#265FAB
(38,95,171)
0 Favorites   0 Comments

Color spaces of #265fab

RGB 3895171
HSL0.600.640.41
HSV214°78°67°
CMYK 0.780.440.00   0.33
XYZ12.242211.536840.1097
Yxy11.53680.19160.1806
Hunter Lab33.96594.8959-46.2384
CIE-Lab40.47039.1028-46.0080

#265fab color RGB value is (38,95,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011111 10101011
Octal 46 137 253
Decimal 38 95 171
Hex 26 5F AB

RGB Percentages of Color #265fab

%12.50
%31.25
%56.25

CMYK Percentages of Color #265fab

%78
%44
%0
%33

Triadic Colors of #265fab

#265fab #ab265f #5fab26

Analogous Colors of #265fab

#265fab #3026ab #26a2ab

Monochromatic Colors of #265fab

#265fab

Complementary Color

#265fab #ab7226

#265fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#265fab Color CSS Codes

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

#265fab Text Font Color

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

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


#265fab Background Color

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

This div background color is #265fab


#265fab Border Color

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

This div border color is #265fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265fab


Comments

No comments written yet.

Please login to write comment.