Color Hex Logo

#74ebcc Color Hex

#74EBCC
(116,235,204)
0 Favorites   0 Comments

Color spaces of #74ebcc

RGB 116235204
HSL0.460.750.69
HSV164°51°92°
CMYK 0.510.000.13   0.08
XYZ47.809967.489367.6336
Yxy67.48930.26140.3689
Hunter Lab82.1519-39.88428.6943
CIE-Lab85.7504-40.93364.7853

#74ebcc color RGB value is (116,235,204).

#74ebcc hex color red value is 116, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #74ebcc hue: 0.46 , saturation: 0.75 and the lightness value of 74ebcc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101011 11001100
Octal 164 353 314
Decimal 116 235 204
Hex 74 EB CC

RGB Percentages of Color #74ebcc

%20.90
%42.34
%36.76

CMYK Percentages of Color #74ebcc

%51
%0
%13
%8

Triadic Colors of #74ebcc

#74ebcc #cc74eb #ebcc74

Analogous Colors of #74ebcc

#74ebcc #74cfeb #74eb91

Monochromatic Colors of #74ebcc

#74ebcc

Complementary Color

#74ebcc #eb7493

#74ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ebcc Color CSS Codes

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

#74ebcc Text Font Color

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

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


#74ebcc Background Color

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

This div background color is #74ebcc


#74ebcc Border Color

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

This div border color is #74ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ebcc


Comments

No comments written yet.

Please login to write comment.