Color Hex Logo

#1885dd Color Hex

#1885DD
(24,133,221)
0 Favorites   0 Comments

Color spaces of #1885dd

RGB 24133221
HSL0.570.800.48
HSV207°89°87°
CMYK 0.890.400.00   0.13
XYZ21.815422.189771.5399
Yxy22.18970.18880.1920
Hunter Lab47.10590.2304-57.0697
CIE-Lab54.22773.4284-52.7883

#1885dd color RGB value is (24,133,221).

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

The process color (four color CMYK) of #1885dd color hex is 0.89, 0.40, 0.00, 0.13. Web safe color of #1885dd is #0099cc. Color #1885dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10000101 11011101
Octal 30 205 335
Decimal 24 133 221
Hex 18 85 DD

RGB Percentages of Color #1885dd

%6.35
%35.19
%58.47

CMYK Percentages of Color #1885dd

%89
%40
%0
%13

Triadic Colors of #1885dd

#1885dd #dd1885 #85dd18

Analogous Colors of #1885dd

#1885dd #1823dd #18ddd3

Monochromatic Colors of #1885dd

#1885dd

Complementary Color

#1885dd #dd7018

#1885dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1885dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1885dd Color CSS Codes

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

#1885dd Text Font Color

<p style="color:#1885dd">Text here</p>

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


#1885dd Background Color

<div style="background-color:#1885dd">
Div content here</div>

This div background color is #1885dd


#1885dd Border Color

<div style="border:3px solid #1885dd">
Div here</div>

This div border color is #1885dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1885dd


Comments

No comments written yet.

Please login to write comment.