Color Hex Logo

#74bdcd Color Hex

#74BDCD
(116,189,205)
1 Favorites   0 Comments

Color spaces of #74bdcd

RGB 116189205
HSL0.530.470.63
HSV191°43°80°
CMYK 0.430.080.00   0.20
XYZ36.419544.516064.4305
Yxy44.51600.25050.3062
Hunter Lab66.7203-19.3257-10.5510
CIE-Lab72.5721-18.6129-15.1985

#74bdcd color RGB value is (116,189,205).

#74bdcd hex color red value is 116, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #74bdcd hue: 0.53 , saturation: 0.47 and the lightness value of 74bdcd is 0.63.

The process color (four color CMYK) of #74bdcd color hex is 0.43, 0.08, 0.00, 0.20. Web safe color of #74bdcd is #66cccc. Color #74bdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111101 11001101
Octal 164 275 315
Decimal 116 189 205
Hex 74 BD CD

RGB Percentages of Color #74bdcd

%22.75
%37.06
%40.20

CMYK Percentages of Color #74bdcd

%43
%8
%0
%20

Triadic Colors of #74bdcd

#74bdcd #cd74bd #bdcd74

Analogous Colors of #74bdcd

#74bdcd #7491cd #74cdb1

Monochromatic Colors of #74bdcd

#74bdcd

Complementary Color

#74bdcd #cd8474

#74bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bdcd Color CSS Codes

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

#74bdcd Text Font Color

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

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


#74bdcd Background Color

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

This div background color is #74bdcd


#74bdcd Border Color

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

This div border color is #74bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bdcd


Comments

No comments written yet.

Please login to write comment.