Color Hex Logo

#5499dd Color Hex

#5499DD
(84,153,221)
0 Favorites   0 Comments

Color spaces of #5499dd

RGB 84153221
HSL0.580.670.60
HSV210°62°87°
CMYK 0.620.310.00   0.13
XYZ28.098529.887772.6946
Yxy29.88770.21500.2287
Hunter Lab54.6696-3.9284-40.5696
CIE-Lab61.5572-1.2160-41.0817

#5499dd color RGB value is (84,153,221).

#5499dd hex color red value is 84, green value is 153 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5499dd hue: 0.58 , saturation: 0.67 and the lightness value of 5499dd is 0.60.

The process color (four color CMYK) of #5499dd color hex is 0.62, 0.31, 0.00, 0.13. Web safe color of #5499dd is #6699cc. Color #5499dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011001 11011101
Octal 124 231 335
Decimal 84 153 221
Hex 54 99 DD

RGB Percentages of Color #5499dd

%18.34
%33.41
%48.25

CMYK Percentages of Color #5499dd

%62
%31
%0
%13

Triadic Colors of #5499dd

#5499dd #dd5499 #99dd54

Analogous Colors of #5499dd

#5499dd #5454dd #54dddd

Monochromatic Colors of #5499dd

#5499dd

Complementary Color

#5499dd #dd9854

#5499dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5499dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5499dd Color CSS Codes

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

#5499dd Text Font Color

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

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


#5499dd Background Color

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

This div background color is #5499dd


#5499dd Border Color

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

This div border color is #5499dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5499dd


Comments

No comments written yet.

Please login to write comment.