Color Hex Logo

#74ddcb Color Hex

#74DDCB
(116,221,203)
0 Favorites   0 Comments

Color spaces of #74ddcb

RGB 116221203
HSL0.470.610.66
HSV170°48°87°
CMYK 0.480.000.08   0.13
XYZ43.838459.737765.7199
Yxy59.73770.25890.3529
Hunter Lab77.2902-34.01393.6888
CIE-Lab81.6954-34.7854-0.5813

#74ddcb color RGB value is (116,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011101 11001011
Octal 164 335 313
Decimal 116 221 203
Hex 74 DD CB

RGB Percentages of Color #74ddcb

%21.48
%40.93
%37.59

CMYK Percentages of Color #74ddcb

%48
%0
%8
%13

Triadic Colors of #74ddcb

#74ddcb #cb74dd #ddcb74

Analogous Colors of #74ddcb

#74ddcb #74bbdd #74dd97

Monochromatic Colors of #74ddcb

#74ddcb

Complementary Color

#74ddcb #dd7486

#74ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ddcb Color CSS Codes

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

#74ddcb Text Font Color

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

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


#74ddcb Background Color

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

This div background color is #74ddcb


#74ddcb Border Color

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

This div border color is #74ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ddcb


Comments

No comments written yet.

Please login to write comment.