Color Hex Logo

#74d5bf Color Hex

#74D5BF
(116,213,191)
0 Favorites   0 Comments

Color spaces of #74d5bf

RGB 116213191
HSL0.460.540.65
HSV166°46°84°
CMYK 0.460.000.10   0.16
XYZ40.400755.063157.7891
Yxy55.06310.26360.3593
Hunter Lab74.2045-32.67355.7692
CIE-Lab79.0776-33.87581.9977

#74d5bf color RGB value is (116,213,191).

#74d5bf hex color red value is 116, green value is 213 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #74d5bf hue: 0.46 , saturation: 0.54 and the lightness value of 74d5bf is 0.65.

The process color (four color CMYK) of #74d5bf color hex is 0.46, 0.00, 0.10, 0.16. Web safe color of #74d5bf is #66cccc. Color #74d5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11010101 10111111
Octal 164 325 277
Decimal 116 213 191
Hex 74 D5 BF

RGB Percentages of Color #74d5bf

%22.31
%40.96
%36.73

CMYK Percentages of Color #74d5bf

%46
%0
%10
%16

Triadic Colors of #74d5bf

#74d5bf #bf74d5 #d5bf74

Analogous Colors of #74d5bf

#74d5bf #74bbd5 #74d58f

Monochromatic Colors of #74d5bf

#74d5bf

Complementary Color

#74d5bf #d5748a

#74d5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74d5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74d5bf Color CSS Codes

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

#74d5bf Text Font Color

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

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


#74d5bf Background Color

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

This div background color is #74d5bf


#74d5bf Border Color

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

This div border color is #74d5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74d5bf


Comments

No comments written yet.

Please login to write comment.