Color Hex Logo

#1895a5 Color Hex

#1895A5
(24,149,165)
0 Favorites   0 Comments

Color spaces of #1895a5

RGB 24149165
HSL0.520.750.37
HSV187°85°65°
CMYK 0.850.100.00   0.35
XYZ17.915724.405739.3638
Yxy24.40570.21930.2988
Hunter Lab49.4021-21.7206-12.6610
CIE-Lab56.4917-25.7814-17.4905

#1895a5 color RGB value is (24,149,165).

#1895a5 hex color red value is 24, green value is 149 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #1895a5 hue: 0.52 , saturation: 0.75 and the lightness value of 1895a5 is 0.37.

The process color (four color CMYK) of #1895a5 color hex is 0.85, 0.10, 0.00, 0.35. Web safe color of #1895a5 is #009999. Color #1895a5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10010101 10100101
Octal 30 225 245
Decimal 24 149 165
Hex 18 95 A5

RGB Percentages of Color #1895a5

%7.10
%44.08
%48.82

CMYK Percentages of Color #1895a5

%85
%10
%0
%35

Triadic Colors of #1895a5

#1895a5 #a51895 #95a518

Analogous Colors of #1895a5

#1895a5 #184fa5 #18a56f

Monochromatic Colors of #1895a5

#1895a5

Complementary Color

#1895a5 #a52818

#1895a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1895a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1895a5 Color CSS Codes

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

#1895a5 Text Font Color

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

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


#1895a5 Background Color

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

This div background color is #1895a5


#1895a5 Border Color

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

This div border color is #1895a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1895a5


Comments

No comments written yet.

Please login to write comment.