Color Hex Logo

#749cda Color Hex

#749CDA
(116,156,218)
0 Favorites   0 Comments

Color spaces of #749cda

RGB 116156218
HSL0.600.580.65
HSV216°47°85°
CMYK 0.470.280.00   0.15
XYZ31.745832.551970.9396
Yxy32.55190.23470.2407
Hunter Lab57.0543-0.5251-33.7814
CIE-Lab63.79642.9619-35.8028

#749cda color RGB value is (116,156,218).

#749cda hex color red value is 116, green value is 156 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #749cda hue: 0.60 , saturation: 0.58 and the lightness value of 749cda is 0.65.

The process color (four color CMYK) of #749cda color hex is 0.47, 0.28, 0.00, 0.15. Web safe color of #749cda is #6699cc. Color #749cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011100 11011010
Octal 164 234 332
Decimal 116 156 218
Hex 74 9C DA

RGB Percentages of Color #749cda

%23.67
%31.84
%44.49

CMYK Percentages of Color #749cda

%47
%28
%0
%15

Triadic Colors of #749cda

#749cda #da749c #9cda74

Analogous Colors of #749cda

#749cda #7f74da #74cfda

Monochromatic Colors of #749cda

#749cda

Complementary Color

#749cda #dab274

#749cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#749cda Color CSS Codes

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

#749cda Text Font Color

<p style="color:#749cda">Text here</p>

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


#749cda Background Color

<div style="background-color:#749cda">
Div content here</div>

This div background color is #749cda


#749cda Border Color

<div style="border:3px solid #749cda">
Div here</div>

This div border color is #749cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,156,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749cda;
  -webkit-box-shadow: 1px 1px 3px 2px #749cda;
  box-shadow:         1px 1px 3px 2px #749cda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,156,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749cda


Comments

No comments written yet.

Please login to write comment.