Color Hex Logo

#74ddba Color Hex

#74DDBA
(116,221,186)
0 Favorites   0 Comments

Color spaces of #74ddba

RGB 116221186
HSL0.440.610.66
HSV160°48°87°
CMYK 0.480.000.16   0.13
XYZ41.921858.971155.6274
Yxy58.97110.26780.3768
Hunter Lab76.7926-36.942410.8061
CIE-Lab81.2757-38.69037.8323

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

#74ddba hex color red value is 116, green value is 221 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #74ddba hue: 0.44 , saturation: 0.61 and the lightness value of 74ddba is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011101 10111010
Octal 164 335 272
Decimal 116 221 186
Hex 74 DD BA

RGB Percentages of Color #74ddba

%22.18
%42.26
%35.56

CMYK Percentages of Color #74ddba

%48
%0
%16
%13

Triadic Colors of #74ddba

#74ddba #ba74dd #ddba74

Analogous Colors of #74ddba

#74ddba #74ccdd #74dd86

Monochromatic Colors of #74ddba

#74ddba

Complementary Color

#74ddba #dd7497

#74ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ddba Color CSS Codes

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

#74ddba Text Font Color

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

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


#74ddba Background Color

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

This div background color is #74ddba


#74ddba Border Color

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

This div border color is #74ddba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,221,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 #74ddba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ddba


Comments

No comments written yet.

Please login to write comment.