Color Hex Logo

#265cac Color Hex

#265CAC
(38,92,172)
0 Favorites   0 Comments

Color spaces of #265cac

RGB 3892172
HSL0.600.640.41
HSV216°78°67°
CMYK 0.780.470.00   0.33
XYZ12.072911.044940.5253
Yxy11.04490.18970.1735
Hunter Lab33.23396.6846-49.0344
CIE-Lab39.656011.4432-47.9054

#265cac color RGB value is (38,92,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011100 10101100
Octal 46 134 254
Decimal 38 92 172
Hex 26 5C AC

RGB Percentages of Color #265cac

%12.58
%30.46
%56.95

CMYK Percentages of Color #265cac

%78
%47
%0
%33

Triadic Colors of #265cac

#265cac #ac265c #5cac26

Analogous Colors of #265cac

#265cac #3326ac #269fac

Monochromatic Colors of #265cac

#265cac

Complementary Color

#265cac #ac7626

#265cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#265cac Color CSS Codes

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

#265cac Text Font Color

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

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


#265cac Background Color

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

This div background color is #265cac


#265cac Border Color

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

This div border color is #265cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265cac


Comments

No comments written yet.

Please login to write comment.