Color Hex Logo

#195ddf Color Hex

#195DDF
(25,93,223)
0 Favorites   0 Comments

Color spaces of #195ddf

RGB 2593223
HSL0.610.800.49
HSV219°89°87°
CMYK 0.890.580.00   0.13
XYZ17.634513.363171.4619
Yxy13.36310.17210.1304
Hunter Lab36.555622.1366-90.3162
CIE-Lab43.305329.5487-71.5568

#195ddf color RGB value is (25,93,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011101 11011111
Octal 31 135 337
Decimal 25 93 223
Hex 19 5D DF

RGB Percentages of Color #195ddf

%7.33
%27.27
%65.40

CMYK Percentages of Color #195ddf

%89
%58
%0
%13

Triadic Colors of #195ddf

#195ddf #df195d #5ddf19

Analogous Colors of #195ddf

#195ddf #3819df #19c0df

Monochromatic Colors of #195ddf

#195ddf

Complementary Color

#195ddf #df9b19

#195ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#195ddf Color CSS Codes

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

#195ddf Text Font Color

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

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


#195ddf Background Color

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

This div background color is #195ddf


#195ddf Border Color

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

This div border color is #195ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195ddf


Comments

No comments written yet.

Please login to write comment.