Color Hex Logo

#185ddd Color Hex

#185DDD
(24,93,221)
0 Favorites   0 Comments

Color spaces of #185ddd

RGB 2493221
HSL0.610.800.48
HSV219°89°87°
CMYK 0.890.580.00   0.13
XYZ17.342213.243370.0488
Yxy13.24330.17230.1316
Hunter Lab36.391321.3789-88.6519
CIE-Lab43.127628.7304-70.7100

#185ddd color RGB value is (24,93,221).

#185ddd hex color red value is 24, green value is 93 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #185ddd hue: 0.61 , saturation: 0.80 and the lightness value of 185ddd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011101 11011101
Octal 30 135 335
Decimal 24 93 221
Hex 18 5D DD

RGB Percentages of Color #185ddd

%7.10
%27.51
%65.38

CMYK Percentages of Color #185ddd

%89
%58
%0
%13

Triadic Colors of #185ddd

#185ddd #dd185d #5ddd18

Analogous Colors of #185ddd

#185ddd #3518dd #18c0dd

Monochromatic Colors of #185ddd

#185ddd

Complementary Color

#185ddd #dd9818

#185ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#185ddd Color CSS Codes

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

#185ddd Text Font Color

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

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


#185ddd Background Color

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

This div background color is #185ddd


#185ddd Border Color

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

This div border color is #185ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185ddd


Comments

No comments written yet.

Please login to write comment.