Color Hex Logo

#74debe Color Hex

#74DEBE
(116,222,190)
0 Favorites   0 Comments

Color spaces of #74debe

RGB 116222190
HSL0.450.620.66
HSV162°48°87°
CMYK 0.480.000.14   0.13
XYZ42.618059.673357.9871
Yxy59.67330.26590.3723
Hunter Lab77.2485-36.70649.5675
CIE-Lab81.6603-38.25276.2658

#74debe color RGB value is (116,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011110 10111110
Octal 164 336 276
Decimal 116 222 190
Hex 74 DE BE

RGB Percentages of Color #74debe

%21.97
%42.05
%35.98

CMYK Percentages of Color #74debe

%48
%0
%14
%13

Triadic Colors of #74debe

#74debe #be74de #debe74

Analogous Colors of #74debe

#74debe #74c9de #74de89

Monochromatic Colors of #74debe

#74debe

Complementary Color

#74debe #de7494

#74debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74debe Color CSS Codes

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

#74debe Text Font Color

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

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


#74debe Background Color

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

This div background color is #74debe


#74debe Border Color

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

This div border color is #74debe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74debe


Comments

No comments written yet.

Please login to write comment.