Color Hex Logo

#74fdcb Color Hex

#74FDCB
(116,253,203)
0 Favorites   0 Comments

Color spaces of #74fdcb

RGB 116253203
HSL0.440.970.72
HSV158°54°99°
CMYK 0.540.000.20   0.01
XYZ53.107278.275468.8095
Yxy78.27540.26530.3910
Hunter Lab88.4734-47.681715.8190
CIE-Lab90.9054-48.978412.6899

#74fdcb color RGB value is (116,253,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111101 11001011
Octal 164 375 313
Decimal 116 253 203
Hex 74 FD CB

RGB Percentages of Color #74fdcb

%20.28
%44.23
%35.49

CMYK Percentages of Color #74fdcb

%54
%0
%20
%1

Triadic Colors of #74fdcb

#74fdcb #cb74fd #fdcb74

Analogous Colors of #74fdcb

#74fdcb #74ebfd #74fd87

Monochromatic Colors of #74fdcb

#74fdcb

Complementary Color

#74fdcb #fd74a6

#74fdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fdcb Color CSS Codes

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

#74fdcb Text Font Color

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

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


#74fdcb Background Color

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

This div background color is #74fdcb


#74fdcb Border Color

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

This div border color is #74fdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fdcb


Comments

No comments written yet.

Please login to write comment.