Color Hex Logo

#185bd2 Color Hex

#185BD2
(24,91,210)
0 Favorites   0 Comments

Color spaces of #185bd2

RGB 2491210
HSL0.610.790.46
HSV218°89°82°
CMYK 0.890.570.00   0.18
XYZ15.750612.329562.5225
Yxy12.32950.17380.1361
Hunter Lab35.113418.6202-80.9917
CIE-Lab41.735125.7771-66.6916

#185bd2 color RGB value is (24,91,210).

#185bd2 hex color red value is 24, green value is 91 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #185bd2 hue: 0.61 , saturation: 0.79 and the lightness value of 185bd2 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011011 11010010
Octal 30 133 322
Decimal 24 91 210
Hex 18 5B D2

RGB Percentages of Color #185bd2

%7.38
%28.00
%64.62

CMYK Percentages of Color #185bd2

%89
%57
%0
%18

Triadic Colors of #185bd2

#185bd2 #d2185b #5bd218

Analogous Colors of #185bd2

#185bd2 #3218d2 #18b8d2

Monochromatic Colors of #185bd2

#185bd2

Complementary Color

#185bd2 #d28f18

#185bd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185bd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#185bd2 Color CSS Codes

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

#185bd2 Text Font Color

<p style="color:#185bd2">Text here</p>

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


#185bd2 Background Color

<div style="background-color:#185bd2">
Div content here</div>

This div background color is #185bd2


#185bd2 Border Color

<div style="border:3px solid #185bd2">
Div here</div>

This div border color is #185bd2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,91,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #185bd2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #185bd2;
  -webkit-box-shadow: 1px 1px 3px 2px #185bd2;
  box-shadow:         1px 1px 3px 2px #185bd2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185bd2


Comments

No comments written yet.

Please login to write comment.