Color Hex Logo

#74ccbc Color Hex

#74CCBC
(116,204,188)
0 Favorites   0 Comments

Color spaces of #74ccbc

RGB 116204188
HSL0.470.460.63
HSV169°43°80°
CMYK 0.430.000.08   0.20
XYZ37.872450.529655.3340
Yxy50.52960.26350.3515
Hunter Lab71.0842-29.29563.6059
CIE-Lab76.3932-30.3168-0.3043

#74ccbc color RGB value is (116,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001100 10111100
Octal 164 314 274
Decimal 116 204 188
Hex 74 CC BC

RGB Percentages of Color #74ccbc

%22.83
%40.16
%37.01

CMYK Percentages of Color #74ccbc

%43
%0
%8
%20

Triadic Colors of #74ccbc

#74ccbc #bc74cc #ccbc74

Analogous Colors of #74ccbc

#74ccbc #74b0cc #74cc90

Monochromatic Colors of #74ccbc

#74ccbc

Complementary Color

#74ccbc #cc7484

#74ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ccbc Color CSS Codes

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

#74ccbc Text Font Color

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

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


#74ccbc Background Color

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

This div background color is #74ccbc


#74ccbc Border Color

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

This div border color is #74ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ccbc


Comments

No comments written yet.

Please login to write comment.