Color Hex Logo

#295aeb Color Hex

#295AEB
(41,90,235)
0 Favorites   0 Comments

Color spaces of #295aeb

RGB 4190235
HSL0.620.830.54
HSV225°83°92°
CMYK 0.830.620.00   0.08
XYZ19.566013.781980.2262
Yxy13.78190.17230.1213
Hunter Lab37.124029.1105-102.1409
CIE-Lab43.918536.9588-77.3328

#295aeb color RGB value is (41,90,235).

#295aeb hex color red value is 41, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #295aeb hue: 0.62 , saturation: 0.83 and the lightness value of 295aeb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011010 11101011
Octal 51 132 353
Decimal 41 90 235
Hex 29 5A EB

RGB Percentages of Color #295aeb

%11.20
%24.59
%64.21

CMYK Percentages of Color #295aeb

%83
%62
%0
%8

Triadic Colors of #295aeb

#295aeb #eb295a #5aeb29

Analogous Colors of #295aeb

#295aeb #5929eb #29bbeb

Monochromatic Colors of #295aeb

#295aeb

Complementary Color

#295aeb #ebba29

#295aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#295aeb Color CSS Codes

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

#295aeb Text Font Color

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

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


#295aeb Background Color

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

This div background color is #295aeb


#295aeb Border Color

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

This div border color is #295aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295aeb


Comments

No comments written yet.

Please login to write comment.