Color Hex Logo

#74deca Color Hex

#74DECA
(116,222,202)
0 Favorites   0 Comments

Color spaces of #74deca

RGB 116222202
HSL0.470.620.66
HSV169°48°87°
CMYK 0.480.000.09   0.13
XYZ43.984460.219865.1825
Yxy60.21980.25970.3555
Hunter Lab77.6014-34.62894.5194
CIE-Lab81.9575-35.48680.3326

#74deca color RGB value is (116,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011110 11001010
Octal 164 336 312
Decimal 116 222 202
Hex 74 DE CA

RGB Percentages of Color #74deca

%21.48
%41.11
%37.41

CMYK Percentages of Color #74deca

%48
%0
%9
%13

Triadic Colors of #74deca

#74deca #ca74de #deca74

Analogous Colors of #74deca

#74deca #74bdde #74de95

Monochromatic Colors of #74deca

#74deca

Complementary Color

#74deca #de7488

#74deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#74deca Color CSS Codes

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

#74deca Text Font Color

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

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


#74deca Background Color

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

This div background color is #74deca


#74deca Border Color

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

This div border color is #74deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74deca


Comments

No comments written yet.

Please login to write comment.