Color Hex Logo

#749cdc Color Hex

#749CDC
(116,156,220)
0 Favorites   0 Comments

Color spaces of #749cdc

RGB 116156220
HSL0.600.600.66
HSV217°47°86°
CMYK 0.470.290.00   0.14
XYZ32.009232.657272.3266
Yxy32.65720.23370.2384
Hunter Lab57.1465-0.0239-35.0370
CIE-Lab63.88243.5482-36.7773

#749cdc color RGB value is (116,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011100 11011100
Octal 164 234 334
Decimal 116 156 220
Hex 74 9C DC

RGB Percentages of Color #749cdc

%23.58
%31.71
%44.72

CMYK Percentages of Color #749cdc

%47
%29
%0
%14

Triadic Colors of #749cdc

#749cdc #dc749c #9cdc74

Analogous Colors of #749cdc

#749cdc #8074dc #74d0dc

Monochromatic Colors of #749cdc

#749cdc

Complementary Color

#749cdc #dcb474

#749cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#749cdc Color CSS Codes

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

#749cdc Text Font Color

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

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


#749cdc Background Color

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

This div background color is #749cdc


#749cdc Border Color

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

This div border color is #749cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749cdc


Comments

No comments written yet.

Please login to write comment.