Color Hex Logo

#195dda Color Hex

#195DDA
(25,93,218)
1 Favorites   0 Comments

Color spaces of #195dda

RGB 2593218
HSL0.610.790.48
HSV219°89°85°
CMYK 0.890.570.00   0.15
XYZ16.970113.097367.9633
Yxy13.09730.17310.1336
Hunter Lab36.190220.3684-86.0104
CIE-Lab42.909527.6275-69.3553

#195dda color RGB value is (25,93,218).

#195dda hex color red value is 25, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #195dda hue: 0.61 , saturation: 0.79 and the lightness value of 195dda is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011101 11011010
Octal 31 135 332
Decimal 25 93 218
Hex 19 5D DA

RGB Percentages of Color #195dda

%7.44
%27.68
%64.88

CMYK Percentages of Color #195dda

%89
%57
%0
%15

Triadic Colors of #195dda

#195dda #da195d #5dda19

Analogous Colors of #195dda

#195dda #3619da #19beda

Monochromatic Colors of #195dda

#195dda

Complementary Color

#195dda #da9619

#195dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#195dda Color CSS Codes

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

#195dda Text Font Color

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

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


#195dda Background Color

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

This div background color is #195dda


#195dda Border Color

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

This div border color is #195dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195dda


Comments

No comments written yet.

Please login to write comment.