Color Hex Logo

#265ebc Color Hex

#265EBC
(38,94,188)
0 Favorites   0 Comments

Color spaces of #265ebc

RGB 3894188
HSL0.600.660.44
HSV218°80°74°
CMYK 0.800.500.00   0.26
XYZ13.879112.048349.1710
Yxy12.04830.18480.1604
Hunter Lab34.710710.6298-59.6925
CIE-Lab41.292816.3444-54.6621

#265ebc color RGB value is (38,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011110 10111100
Octal 46 136 274
Decimal 38 94 188
Hex 26 5E BC

RGB Percentages of Color #265ebc

%11.88
%29.38
%58.75

CMYK Percentages of Color #265ebc

%80
%50
%0
%26

Triadic Colors of #265ebc

#265ebc #bc265e #5ebc26

Analogous Colors of #265ebc

#265ebc #3926bc #26a9bc

Monochromatic Colors of #265ebc

#265ebc

Complementary Color

#265ebc #bc8426

#265ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#265ebc Color CSS Codes

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

#265ebc Text Font Color

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

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


#265ebc Background Color

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

This div background color is #265ebc


#265ebc Border Color

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

This div border color is #265ebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,94,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 #265ebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265ebc


Comments

No comments written yet.

Please login to write comment.