Color Hex Logo

#265add Color Hex

#265ADD
(38,90,221)
0 Favorites   0 Comments

Color spaces of #265add

RGB 3890221
HSL0.620.730.51
HSV223°83°87°
CMYK 0.830.590.00   0.13
XYZ17.506612.944969.9825
Yxy12.94490.17430.1289
Hunter Lab35.979023.8909-90.1392
CIE-Lab42.680131.5525-71.4270

#265add color RGB value is (38,90,221).

#265add hex color red value is 38, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #265add hue: 0.62 , saturation: 0.73 and the lightness value of 265add is 0.51.

The process color (four color CMYK) of #265add color hex is 0.83, 0.59, 0.00, 0.13. Web safe color of #265add is #3366cc. Color #265add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011010 11011101
Octal 46 132 335
Decimal 38 90 221
Hex 26 5A DD

RGB Percentages of Color #265add

%10.89
%25.79
%63.32

CMYK Percentages of Color #265add

%83
%59
%0
%13

Triadic Colors of #265add

#265add #dd265a #5add26

Analogous Colors of #265add

#265add #4d26dd #26b6dd

Monochromatic Colors of #265add

#265add

Complementary Color

#265add #dda926

#265add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265add Color Preview on White Background

Lorem ipsum dolor sit amet.

#265add Color CSS Codes

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

#265add Text Font Color

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

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


#265add Background Color

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

This div background color is #265add


#265add Border Color

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

This div border color is #265add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265add


Comments

No comments written yet.

Please login to write comment.