Color Hex Logo

#265abc Color Hex

#265ABC
(38,90,188)
0 Favorites   0 Comments

Color spaces of #265abc

RGB 3890188
HSL0.610.660.44
HSV219°80°74°
CMYK 0.800.520.00   0.26
XYZ13.532611.355249.0555
Yxy11.35520.18300.1536
Hunter Lab33.697512.7134-62.7239
CIE-Lab40.172418.9640-56.4735

#265abc color RGB value is (38,90,188).

#265abc hex color red value is 38, green value is 90 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #265abc hue: 0.61 , saturation: 0.66 and the lightness value of 265abc is 0.44.

The process color (four color CMYK) of #265abc color hex is 0.80, 0.52, 0.00, 0.26. Web safe color of #265abc is #3366cc. Color #265abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011010 10111100
Octal 46 132 274
Decimal 38 90 188
Hex 26 5A BC

RGB Percentages of Color #265abc

%12.03
%28.48
%59.49

CMYK Percentages of Color #265abc

%80
%52
%0
%26

Triadic Colors of #265abc

#265abc #bc265a #5abc26

Analogous Colors of #265abc

#265abc #3d26bc #26a5bc

Monochromatic Colors of #265abc

#265abc

Complementary Color

#265abc #bc8826

#265abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#265abc Color CSS Codes

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

#265abc Text Font Color

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

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


#265abc Background Color

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

This div background color is #265abc


#265abc Border Color

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

This div border color is #265abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265abc


Comments

No comments written yet.

Please login to write comment.