Color Hex Logo

#265eef Color Hex

#265EEF
(38,94,239)
0 Favorites   0 Comments

Color spaces of #265eef

RGB 3894239
HSL0.620.860.54
HSV223°84°94°
CMYK 0.840.610.00   0.06
XYZ20.382014.649583.4147
Yxy14.64950.17210.1237
Hunter Lab38.274728.0740-102.4226
CIE-Lab45.150335.6975-77.5711

#265eef color RGB value is (38,94,239).

#265eef hex color red value is 38, green value is 94 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #265eef hue: 0.62 , saturation: 0.86 and the lightness value of 265eef is 0.54.

The process color (four color CMYK) of #265eef color hex is 0.84, 0.61, 0.00, 0.06. Web safe color of #265eef is #3366ff. Color #265eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011110 11101111
Octal 46 136 357
Decimal 38 94 239
Hex 26 5E EF

RGB Percentages of Color #265eef

%10.24
%25.34
%64.42

CMYK Percentages of Color #265eef

%84
%61
%0
%6

Triadic Colors of #265eef

#265eef #ef265e #5eef26

Analogous Colors of #265eef

#265eef #5226ef #26c3ef

Monochromatic Colors of #265eef

#265eef

Complementary Color

#265eef #efb726

#265eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#265eef Color CSS Codes

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

#265eef Text Font Color

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

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


#265eef Background Color

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

This div background color is #265eef


#265eef Border Color

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

This div border color is #265eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265eef


Comments

No comments written yet.

Please login to write comment.