Color Hex Logo

#185ccf Color Hex

#185CCF
(24,92,207)
0 Favorites   0 Comments

Color spaces of #185ccf

RGB 2492207
HSL0.600.790.45
HSV218°88°81°
CMYK 0.880.560.00   0.19
XYZ15.466312.353560.6008
Yxy12.35350.17490.1397
Hunter Lab35.147517.0388-77.6235
CIE-Lab41.772523.9533-64.9062

#185ccf color RGB value is (24,92,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011100 11001111
Octal 30 134 317
Decimal 24 92 207
Hex 18 5C CF

RGB Percentages of Color #185ccf

%7.43
%28.48
%64.09

CMYK Percentages of Color #185ccf

%88
%56
%0
%19

Triadic Colors of #185ccf

#185ccf #cf185c #5ccf18

Analogous Colors of #185ccf

#185ccf #2f18cf #18b8cf

Monochromatic Colors of #185ccf

#185ccf

Complementary Color

#185ccf #cf8b18

#185ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#185ccf Color CSS Codes

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

#185ccf Text Font Color

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

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


#185ccf Background Color

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

This div background color is #185ccf


#185ccf Border Color

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

This div border color is #185ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185ccf


Comments

No comments written yet.

Please login to write comment.