Color Hex Logo

#74bbad Color Hex

#74BBAD
(116,187,173)
0 Favorites   0 Comments

Color spaces of #74bbad

RGB 116187173
HSL0.470.340.59
HSV168°38°73°
CMYK 0.380.000.07   0.27
XYZ32.515642.270845.9805
Yxy42.27080.26920.3500
Hunter Lab65.0160-24.50713.5802
CIE-Lab71.0572-25.55300.0492

#74bbad color RGB value is (116,187,173).

#74bbad hex color red value is 116, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #74bbad hue: 0.47 , saturation: 0.34 and the lightness value of 74bbad is 0.59.

The process color (four color CMYK) of #74bbad color hex is 0.38, 0.00, 0.07, 0.27. Web safe color of #74bbad is #66cc99. Color #74bbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111011 10101101
Octal 164 273 255
Decimal 116 187 173
Hex 74 BB AD

RGB Percentages of Color #74bbad

%24.37
%39.29
%36.34

CMYK Percentages of Color #74bbad

%38
%0
%7
%27

Triadic Colors of #74bbad

#74bbad #ad74bb #bbad74

Analogous Colors of #74bbad

#74bbad #74a6bb #74bb8a

Monochromatic Colors of #74bbad

#74bbad

Complementary Color

#74bbad #bb7482

#74bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bbad Color CSS Codes

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

#74bbad Text Font Color

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

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


#74bbad Background Color

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

This div background color is #74bbad


#74bbad Border Color

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

This div border color is #74bbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bbad


Comments

No comments written yet.

Please login to write comment.