Color Hex Logo

#185dce Color Hex

#185DCE
(24,93,206)
0 Favorites   0 Comments

Color spaces of #185dce

RGB 2493206
HSL0.600.790.45
HSV217°88°81°
CMYK 0.880.550.00   0.19
XYZ15.431612.479159.9879
Yxy12.47910.17560.1420
Hunter Lab35.325816.1553-75.9543
CIE-Lab41.967722.9079-64.0132

#185dce color RGB value is (24,93,206).

#185dce hex color red value is 24, green value is 93 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #185dce hue: 0.60 , saturation: 0.79 and the lightness value of 185dce is 0.45.

The process color (four color CMYK) of #185dce color hex is 0.88, 0.55, 0.00, 0.19. Web safe color of #185dce is #0066cc. Color #185dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011101 11001110
Octal 30 135 316
Decimal 24 93 206
Hex 18 5D CE

RGB Percentages of Color #185dce

%7.43
%28.79
%63.78

CMYK Percentages of Color #185dce

%88
%55
%0
%19

Triadic Colors of #185dce

#185dce #ce185d #5dce18

Analogous Colors of #185dce

#185dce #2e18ce #18b8ce

Monochromatic Colors of #185dce

#185dce

Complementary Color

#185dce #ce8918

#185dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#185dce Color CSS Codes

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

#185dce Text Font Color

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

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


#185dce Background Color

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

This div background color is #185dce


#185dce Border Color

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

This div border color is #185dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185dce


Comments

No comments written yet.

Please login to write comment.