Color Hex Logo

#185edd Color Hex

#185EDD
(24,94,221)
0 Favorites   0 Comments

Color spaces of #185edd

RGB 2494221
HSL0.610.800.48
HSV219°89°87°
CMYK 0.890.570.00   0.13
XYZ17.430513.420170.0783
Yxy13.42010.17270.1330
Hunter Lab36.633520.8232-87.7759
CIE-Lab43.389528.0818-70.2826

#185edd color RGB value is (24,94,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011110 11011101
Octal 30 136 335
Decimal 24 94 221
Hex 18 5E DD

RGB Percentages of Color #185edd

%7.08
%27.73
%65.19

CMYK Percentages of Color #185edd

%89
%57
%0
%13

Triadic Colors of #185edd

#185edd #dd185e #5edd18

Analogous Colors of #185edd

#185edd #3418dd #18c1dd

Monochromatic Colors of #185edd

#185edd

Complementary Color

#185edd #dd9718

#185edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#185edd Color CSS Codes

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

#185edd Text Font Color

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

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


#185edd Background Color

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

This div background color is #185edd


#185edd Border Color

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

This div border color is #185edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,94,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 #185edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185edd


Comments

No comments written yet.

Please login to write comment.