Color Hex Logo

#74bc98 Color Hex

#74BC98
(116,188,152)
0 Favorites   0 Comments

Color spaces of #74bc98

RGB 116188152
HSL0.420.350.60
HSV150°38°74°
CMYK 0.380.000.19   0.26
XYZ30.853241.946436.1761
Yxy41.94640.28310.3849
Hunter Lab64.7660-28.306912.2189
CIE-Lab70.8339-30.654611.1922

#74bc98 color RGB value is (116,188,152).

#74bc98 hex color red value is 116, green value is 188 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #74bc98 hue: 0.42 , saturation: 0.35 and the lightness value of 74bc98 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111100 10011000
Octal 164 274 230
Decimal 116 188 152
Hex 74 BC 98

RGB Percentages of Color #74bc98

%25.44
%41.23
%33.33

CMYK Percentages of Color #74bc98

%38
%0
%19
%26

Triadic Colors of #74bc98

#74bc98 #9874bc #bc9874

Analogous Colors of #74bc98

#74bc98 #74bcbc #74bc74

Monochromatic Colors of #74bc98

#74bc98

Complementary Color

#74bc98 #bc7498

#74bc98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bc98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bc98 Color CSS Codes

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

#74bc98 Text Font Color

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

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


#74bc98 Background Color

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

This div background color is #74bc98


#74bc98 Border Color

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

This div border color is #74bc98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bc98


Comments

No comments written yet.

Please login to write comment.