Color Hex Logo

#1895cd Color Hex

#1895CD
(24,149,205)
0 Favorites   0 Comments

Color spaces of #1895cd

RGB 24149205
HSL0.550.790.45
HSV199°88°80°
CMYK 0.880.270.00   0.20
XYZ22.143626.096961.6277
Yxy26.09690.20150.2375
Hunter Lab51.0851-12.0255-35.7662
CIE-Lab58.1289-11.8596-37.6295

#1895cd color RGB value is (24,149,205).

#1895cd hex color red value is 24, green value is 149 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1895cd hue: 0.55 , saturation: 0.79 and the lightness value of 1895cd is 0.45.

The process color (four color CMYK) of #1895cd color hex is 0.88, 0.27, 0.00, 0.20. Web safe color of #1895cd is #0099cc. Color #1895cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10010101 11001101
Octal 30 225 315
Decimal 24 149 205
Hex 18 95 CD

RGB Percentages of Color #1895cd

%6.35
%39.42
%54.23

CMYK Percentages of Color #1895cd

%88
%27
%0
%20

Triadic Colors of #1895cd

#1895cd #cd1895 #95cd18

Analogous Colors of #1895cd

#1895cd #183bcd #18cdab

Monochromatic Colors of #1895cd

#1895cd

Complementary Color

#1895cd #cd5018

#1895cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1895cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1895cd Color CSS Codes

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

#1895cd Text Font Color

<p style="color:#1895cd">Text here</p>

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


#1895cd Background Color

<div style="background-color:#1895cd">
Div content here</div>

This div background color is #1895cd


#1895cd Border Color

<div style="border:3px solid #1895cd">
Div here</div>

This div border color is #1895cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,149,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1895cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1895cd;
  -webkit-box-shadow: 1px 1px 3px 2px #1895cd;
  box-shadow:         1px 1px 3px 2px #1895cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,149,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1895cd


Comments

No comments written yet.

Please login to write comment.