Color Hex Logo

#295eef Color Hex

#295EEF
(41,94,239)
0 Favorites   0 Comments

Color spaces of #295eef

RGB 4194239
HSL0.620.860.55
HSV224°83°94°
CMYK 0.830.610.00   0.06
XYZ20.497114.708883.4201
Yxy14.70880.17280.1240
Hunter Lab38.352128.2825-102.1161
CIE-Lab45.232735.9047-77.4329

#295eef color RGB value is (41,94,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011110 11101111
Octal 51 136 357
Decimal 41 94 239
Hex 29 5E EF

RGB Percentages of Color #295eef

%10.96
%25.13
%63.90

CMYK Percentages of Color #295eef

%83
%61
%0
%6

Triadic Colors of #295eef

#295eef #ef295e #5eef29

Analogous Colors of #295eef

#295eef #5729ef #29c1ef

Monochromatic Colors of #295eef

#295eef

Complementary Color

#295eef #efba29

#295eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#295eef Color CSS Codes

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

#295eef Text Font Color

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

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


#295eef Background Color

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

This div background color is #295eef


#295eef Border Color

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

This div border color is #295eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,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 #295eef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295eef


Comments

No comments written yet.

Please login to write comment.