Color Hex Logo

#459cdd Color Hex

#459CDD
(69,156,221)
0 Favorites   0 Comments

Color spaces of #459cdd

RGB 69156221
HSL0.570.690.57
HSV206°69°87°
CMYK 0.690.290.00   0.13
XYZ27.393930.262672.8041
Yxy30.26260.21000.2320
Hunter Lab55.0115-7.3829-39.9585
CIE-Lab61.8801-5.4157-40.6127

#459cdd color RGB value is (69,156,221).

#459cdd hex color red value is 69, green value is 156 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #459cdd hue: 0.57 , saturation: 0.69 and the lightness value of 459cdd is 0.57.

The process color (four color CMYK) of #459cdd color hex is 0.69, 0.29, 0.00, 0.13. Web safe color of #459cdd is #3399cc. Color #459cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011100 11011101
Octal 105 234 335
Decimal 69 156 221
Hex 45 9C DD

RGB Percentages of Color #459cdd

%15.47
%34.98
%49.55

CMYK Percentages of Color #459cdd

%69
%29
%0
%13

Triadic Colors of #459cdd

#459cdd #dd459c #9cdd45

Analogous Colors of #459cdd

#459cdd #4550dd #45ddd2

Monochromatic Colors of #459cdd

#459cdd

Complementary Color

#459cdd #dd8645

#459cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#459cdd Color CSS Codes

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

#459cdd Text Font Color

<p style="color:#459cdd">Text here</p>

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


#459cdd Background Color

<div style="background-color:#459cdd">
Div content here</div>

This div background color is #459cdd


#459cdd Border Color

<div style="border:3px solid #459cdd">
Div here</div>

This div border color is #459cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,156,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #459cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #459cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #459cdd;
  box-shadow:         1px 1px 3px 2px #459cdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,156,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 #459cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459cdd


Comments

No comments written yet.

Please login to write comment.