Color Hex Logo

#74fecb Color Hex

#74FECB
(116,254,203)
0 Favorites   0 Comments

Color spaces of #74fecb

RGB 116254203
HSL0.440.990.73
HSV158°54°100°
CMYK 0.540.000.20   0.00
XYZ53.423878.908468.9150
Yxy78.90840.26550.3921
Hunter Lab88.8304-48.100916.1838
CIE-Lab91.1928-49.400513.0977

#74fecb color RGB value is (116,254,203).

#74fecb hex color red value is 116, green value is 254 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #74fecb hue: 0.44 , saturation: 0.99 and the lightness value of 74fecb is 0.73.

The process color (four color CMYK) of #74fecb color hex is 0.54, 0.00, 0.20, 0.00. Web safe color of #74fecb is #66ffcc. Color #74fecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111110 11001011
Octal 164 376 313
Decimal 116 254 203
Hex 74 FE CB

RGB Percentages of Color #74fecb

%20.24
%44.33
%35.43

CMYK Percentages of Color #74fecb

%54
%0
%20
%0

Triadic Colors of #74fecb

#74fecb #cb74fe #fecb74

Analogous Colors of #74fecb

#74fecb #74ecfe #74fe86

Monochromatic Colors of #74fecb

#74fecb

Complementary Color

#74fecb #fe74a7

#74fecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fecb Color CSS Codes

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

#74fecb Text Font Color

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

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


#74fecb Background Color

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

This div background color is #74fecb


#74fecb Border Color

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

This div border color is #74fecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fecb

Related Colors


Comments

No comments written yet.

Please login to write comment.