Color Hex Logo

#265ebd Color Hex

#265EBD
(38,94,189)
0 Favorites   0 Comments

Color spaces of #265ebd

RGB 3894189
HSL0.600.670.45
HSV218°80°74°
CMYK 0.800.500.00   0.26
XYZ13.987312.091649.7408
Yxy12.09160.18450.1595
Hunter Lab34.773010.9482-60.4699
CIE-Lab41.361316.7313-55.1343

#265ebd color RGB value is (38,94,189).

#265ebd hex color red value is 38, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #265ebd hue: 0.60 , saturation: 0.67 and the lightness value of 265ebd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011110 10111101
Octal 46 136 275
Decimal 38 94 189
Hex 26 5E BD

RGB Percentages of Color #265ebd

%11.84
%29.28
%58.88

CMYK Percentages of Color #265ebd

%80
%50
%0
%26

Triadic Colors of #265ebd

#265ebd #bd265e #5ebd26

Analogous Colors of #265ebd

#265ebd #3926bd #26aabd

Monochromatic Colors of #265ebd

#265ebd

Complementary Color

#265ebd #bd8526

#265ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#265ebd Color CSS Codes

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

#265ebd Text Font Color

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

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


#265ebd Background Color

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

This div background color is #265ebd


#265ebd Border Color

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

This div border color is #265ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265ebd


Comments

No comments written yet.

Please login to write comment.