Color Hex Logo

#185cde Color Hex

#185CDE
(24,92,222)
0 Favorites   0 Comments

Color spaces of #185cde

RGB 2492222
HSL0.610.800.48
HSV219°89°87°
CMYK 0.890.590.00   0.13
XYZ17.388713.122470.7236
Yxy13.12240.17180.1296
Hunter Lab36.224922.2903-90.3974
CIE-Lab42.947129.7616-71.5738

#185cde color RGB value is (24,92,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011100 11011110
Octal 30 134 336
Decimal 24 92 222
Hex 18 5C DE

RGB Percentages of Color #185cde

%7.10
%27.22
%65.68

CMYK Percentages of Color #185cde

%89
%59
%0
%13

Triadic Colors of #185cde

#185cde #de185c #5cde18

Analogous Colors of #185cde

#185cde #3718de #18bfde

Monochromatic Colors of #185cde

#185cde

Complementary Color

#185cde #de9a18

#185cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#185cde Color CSS Codes

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

#185cde Text Font Color

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

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


#185cde Background Color

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

This div background color is #185cde


#185cde Border Color

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

This div border color is #185cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185cde


Comments

No comments written yet.

Please login to write comment.