Color Hex Logo

#185dcf Color Hex

#185DCF
(24,93,207)
0 Favorites   0 Comments

Color spaces of #185dcf

RGB 2493207
HSL0.600.790.45
HSV217°88°81°
CMYK 0.880.550.00   0.19
XYZ15.553512.527960.6298
Yxy12.52790.17530.1412
Hunter Lab35.394816.4973-76.7850
CIE-Lab42.043123.2990-64.4659

#185dcf color RGB value is (24,93,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011101 11001111
Octal 30 135 317
Decimal 24 93 207
Hex 18 5D CF

RGB Percentages of Color #185dcf

%7.41
%28.70
%63.89

CMYK Percentages of Color #185dcf

%88
%55
%0
%19

Triadic Colors of #185dcf

#185dcf #cf185d #5dcf18

Analogous Colors of #185dcf

#185dcf #2f18cf #18b9cf

Monochromatic Colors of #185dcf

#185dcf

Complementary Color

#185dcf #cf8a18

#185dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#185dcf Color CSS Codes

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

#185dcf Text Font Color

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

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


#185dcf Background Color

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

This div background color is #185dcf


#185dcf Border Color

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

This div border color is #185dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185dcf


Comments

No comments written yet.

Please login to write comment.