Color Hex Logo

#295dda Color Hex

#295DDA
(41,93,218)
0 Favorites   0 Comments

Color spaces of #295dda

RGB 4193218
HSL0.620.710.51
HSV222°81°85°
CMYK 0.810.570.00   0.15
XYZ17.483713.362167.9873
Yxy13.36210.17690.1352
Hunter Lab36.554221.4058-84.6857
CIE-Lab43.303928.7398-68.6955

#295dda color RGB value is (41,93,218).

#295dda hex color red value is 41, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #295dda hue: 0.62 , saturation: 0.71 and the lightness value of 295dda is 0.51.

The process color (four color CMYK) of #295dda color hex is 0.81, 0.57, 0.00, 0.15. Web safe color of #295dda is #3366cc. Color #295dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011101 11011010
Octal 51 135 332
Decimal 41 93 218
Hex 29 5D DA

RGB Percentages of Color #295dda

%11.65
%26.42
%61.93

CMYK Percentages of Color #295dda

%81
%57
%0
%15

Triadic Colors of #295dda

#295dda #da295d #5dda29

Analogous Colors of #295dda

#295dda #4e29da #29b6da

Monochromatic Colors of #295dda

#295dda

Complementary Color

#295dda #daa629

#295dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#295dda Color CSS Codes

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

#295dda Text Font Color

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

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


#295dda Background Color

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

This div background color is #295dda


#295dda Border Color

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

This div border color is #295dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295dda


Comments

No comments written yet.

Please login to write comment.