Color Hex Logo

#265cae Color Hex

#265CAE
(38,92,174)
0 Favorites   0 Comments

Color spaces of #265cae

RGB 3892174
HSL0.600.640.42
HSV216°78°68°
CMYK 0.780.470.00   0.32
XYZ12.266511.122441.5447
Yxy11.12240.18890.1713
Hunter Lab33.35037.2908-50.5129
CIE-Lab39.785912.2197-48.8778

#265cae color RGB value is (38,92,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011100 10101110
Octal 46 134 256
Decimal 38 92 174
Hex 26 5C AE

RGB Percentages of Color #265cae

%12.50
%30.26
%57.24

CMYK Percentages of Color #265cae

%78
%47
%0
%32

Triadic Colors of #265cae

#265cae #ae265c #5cae26

Analogous Colors of #265cae

#265cae #3426ae #26a0ae

Monochromatic Colors of #265cae

#265cae

Complementary Color

#265cae #ae7826

#265cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#265cae Color CSS Codes

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

#265cae Text Font Color

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

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


#265cae Background Color

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

This div background color is #265cae


#265cae Border Color

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

This div border color is #265cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265cae


Comments

No comments written yet.

Please login to write comment.