Color Hex Logo

#1885bd Color Hex

#1885BD
(24,133,189)
0 Favorites   0 Comments

Color spaces of #1885bd

RGB 24133189
HSL0.560.770.42
HSV200°87°74°
CMYK 0.870.300.00   0.26
XYZ17.949520.643451.1826
Yxy20.64340.19990.2299
Hunter Lab45.4350-8.9933-34.9858
CIE-Lab52.5570-8.6412-37.3056

#1885bd color RGB value is (24,133,189).

#1885bd hex color red value is 24, green value is 133 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1885bd hue: 0.56 , saturation: 0.77 and the lightness value of 1885bd is 0.42.

The process color (four color CMYK) of #1885bd color hex is 0.87, 0.30, 0.00, 0.26. Web safe color of #1885bd is #0099cc. Color #1885bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10000101 10111101
Octal 30 205 275
Decimal 24 133 189
Hex 18 85 BD

RGB Percentages of Color #1885bd

%6.94
%38.44
%54.62

CMYK Percentages of Color #1885bd

%87
%30
%0
%26

Triadic Colors of #1885bd

#1885bd #bd1885 #85bd18

Analogous Colors of #1885bd

#1885bd #1833bd #18bda3

Monochromatic Colors of #1885bd

#1885bd

Complementary Color

#1885bd #bd5018

#1885bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1885bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1885bd Color CSS Codes

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

#1885bd Text Font Color

<p style="color:#1885bd">Text here</p>

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


#1885bd Background Color

<div style="background-color:#1885bd">
Div content here</div>

This div background color is #1885bd


#1885bd Border Color

<div style="border:3px solid #1885bd">
Div here</div>

This div border color is #1885bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,133,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1885bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1885bd;
  -webkit-box-shadow: 1px 1px 3px 2px #1885bd;
  box-shadow:         1px 1px 3px 2px #1885bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1885bd


Comments

No comments written yet.

Please login to write comment.