Color Hex Logo

#74bcdc Color Hex

#74BCDC
(116,188,220)
0 Favorites   0 Comments

Color spaces of #74bcdc

RGB 116188220
HSL0.550.600.66
HSV198°47°86°
CMYK 0.470.150.00   0.14
XYZ38.103944.846874.3581
Yxy44.84680.24220.2851
Hunter Lab66.9678-15.6291-18.9556
CIE-Lab72.7909-14.0416-23.0366

#74bcdc color RGB value is (116,188,220).

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

The process color (four color CMYK) of #74bcdc color hex is 0.47, 0.15, 0.00, 0.14. Web safe color of #74bcdc is #66cccc. Color #74bcdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111100 11011100
Octal 164 274 334
Decimal 116 188 220
Hex 74 BC DC

RGB Percentages of Color #74bcdc

%22.14
%35.88
%41.98

CMYK Percentages of Color #74bcdc

%47
%15
%0
%14

Triadic Colors of #74bcdc

#74bcdc #dc74bc #bcdc74

Analogous Colors of #74bcdc

#74bcdc #7488dc #74dcc8

Monochromatic Colors of #74bcdc

#74bcdc

Complementary Color

#74bcdc #dc9474

#74bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bcdc Color CSS Codes

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

#74bcdc Text Font Color

<p style="color:#74bcdc">Text here</p>

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


#74bcdc Background Color

<div style="background-color:#74bcdc">
Div content here</div>

This div background color is #74bcdc


#74bcdc Border Color

<div style="border:3px solid #74bcdc">
Div here</div>

This div border color is #74bcdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,188,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 #74bcdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bcdc


Comments

No comments written yet.

Please login to write comment.