Color Hex Logo

#74bfbd Color Hex

#74BFBD
(116,191,189)
0 Favorites   0 Comments

Color spaces of #74bfbd

RGB 116191189
HSL0.500.370.60
HSV178°39°75°
CMYK 0.390.000.01   0.25
XYZ35.018644.648754.9165
Yxy44.64870.26020.3318
Hunter Lab66.8197-23.3869-1.9544
CIE-Lab72.6600-23.7093-6.3384

#74bfbd color RGB value is (116,191,189).

#74bfbd hex color red value is 116, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #74bfbd hue: 0.50 , saturation: 0.37 and the lightness value of 74bfbd is 0.60.

The process color (four color CMYK) of #74bfbd color hex is 0.39, 0.00, 0.01, 0.25. Web safe color of #74bfbd is #66cccc. Color #74bfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111111 10111101
Octal 164 277 275
Decimal 116 191 189
Hex 74 BF BD

RGB Percentages of Color #74bfbd

%23.39
%38.51
%38.10

CMYK Percentages of Color #74bfbd

%39
%0
%1
%25

Triadic Colors of #74bfbd

#74bfbd #bd74bf #bfbd74

Analogous Colors of #74bfbd

#74bfbd #749cbf #74bf98

Monochromatic Colors of #74bfbd

#74bfbd

Complementary Color

#74bfbd #bf7476

#74bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bfbd Color CSS Codes

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

#74bfbd Text Font Color

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

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


#74bfbd Background Color

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

This div background color is #74bfbd


#74bfbd Border Color

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

This div border color is #74bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bfbd


Comments

No comments written yet.

Please login to write comment.