Color Hex Logo

#74baba Color Hex

#74BABA
(116,186,186)
0 Favorites   0 Comments

Color spaces of #74baba

RGB 116186186
HSL0.500.340.59
HSV180°38°73°
CMYK 0.380.000.00   0.27
XYZ33.624342.376052.8616
Yxy42.37600.26090.3288
Hunter Lab65.0969-21.7194-2.5784
CIE-Lab71.1294-21.9338-6.9664

#74baba color RGB value is (116,186,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111010 10111010
Octal 164 272 272
Decimal 116 186 186
Hex 74 BA BA

RGB Percentages of Color #74baba

%23.77
%38.11
%38.11

CMYK Percentages of Color #74baba

%38
%0
%0
%27

Triadic Colors of #74baba

#74baba #ba74ba #baba74

Analogous Colors of #74baba

#74baba #7497ba #74ba97

Monochromatic Colors of #74baba

#74baba

Complementary Color

#74baba #ba7474

#74baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#74baba Color CSS Codes

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

#74baba Text Font Color

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

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


#74baba Background Color

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

This div background color is #74baba


#74baba Border Color

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

This div border color is #74baba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74baba


Comments

No comments written yet.

Please login to write comment.