Color Hex Logo

#74c3bb Color Hex

#74C3BB
(116,195,187)
0 Favorites   0 Comments

Color spaces of #74c3bb

RGB 116195187
HSL0.480.400.61
HSV174°41°76°
CMYK 0.410.000.04   0.24
XYZ35.687246.331154.0756
Yxy46.33110.26220.3404
Hunter Lab68.0670-25.53040.5441
CIE-Lab73.7599-26.1833-3.6253

#74c3bb color RGB value is (116,195,187).

#74c3bb hex color red value is 116, green value is 195 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #74c3bb hue: 0.48 , saturation: 0.40 and the lightness value of 74c3bb is 0.61.

The process color (four color CMYK) of #74c3bb color hex is 0.41, 0.00, 0.04, 0.24. Web safe color of #74c3bb is #66cccc. Color #74c3bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11000011 10111011
Octal 164 303 273
Decimal 116 195 187
Hex 74 C3 BB

RGB Percentages of Color #74c3bb

%23.29
%39.16
%37.55

CMYK Percentages of Color #74c3bb

%41
%0
%4
%24

Triadic Colors of #74c3bb

#74c3bb #bb74c3 #c3bb74

Analogous Colors of #74c3bb

#74c3bb #74a4c3 #74c394

Monochromatic Colors of #74c3bb

#74c3bb

Complementary Color

#74c3bb #c3747c

#74c3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74c3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74c3bb Color CSS Codes

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

#74c3bb Text Font Color

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

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


#74c3bb Background Color

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

This div background color is #74c3bb


#74c3bb Border Color

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

This div border color is #74c3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74c3bb


Comments

No comments written yet.

Please login to write comment.