Color Hex Logo

#295ddf Color Hex

#295DDF
(41,93,223)
0 Favorites   0 Comments

Color spaces of #295ddf

RGB 4193223
HSL0.620.740.52
HSV223°82°87°
CMYK 0.820.580.00   0.13
XYZ18.148113.627871.4860
Yxy13.62780.17570.1320
Hunter Lab36.915923.1492-88.9715
CIE-Lab43.694430.6139-70.9056

#295ddf color RGB value is (41,93,223).

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

The process color (four color CMYK) of #295ddf color hex is 0.82, 0.58, 0.00, 0.13. Web safe color of #295ddf is #3366cc. Color #295ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011101 11011111
Octal 51 135 337
Decimal 41 93 223
Hex 29 5D DF

RGB Percentages of Color #295ddf

%11.48
%26.05
%62.46

CMYK Percentages of Color #295ddf

%82
%58
%0
%13

Triadic Colors of #295ddf

#295ddf #df295d #5ddf29

Analogous Colors of #295ddf

#295ddf #5029df #29b8df

Monochromatic Colors of #295ddf

#295ddf

Complementary Color

#295ddf #dfab29

#295ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#295ddf Color CSS Codes

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

#295ddf Text Font Color

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

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


#295ddf Background Color

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

This div background color is #295ddf


#295ddf Border Color

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

This div border color is #295ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295ddf


Comments

No comments written yet.

Please login to write comment.