Color Hex Logo

#74fcbe Color Hex

#74FCBE
(116,252,190)
0 Favorites   0 Comments

Color spaces of #74fcbe

RGB 116252190
HSL0.420.960.72
HSV153°54°99°
CMYK 0.540.000.25   0.01
XYZ51.307177.051560.8835
Yxy77.05150.27110.4072
Hunter Lab87.7790-49.279420.3217
CIE-Lab90.3453-51.270718.5846

#74fcbe color RGB value is (116,252,190).

#74fcbe hex color red value is 116, green value is 252 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #74fcbe hue: 0.42 , saturation: 0.96 and the lightness value of 74fcbe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111100 10111110
Octal 164 374 276
Decimal 116 252 190
Hex 74 FC BE

RGB Percentages of Color #74fcbe

%20.79
%45.16
%34.05

CMYK Percentages of Color #74fcbe

%54
%0
%25
%1

Triadic Colors of #74fcbe

#74fcbe #be74fc #fcbe74

Analogous Colors of #74fcbe

#74fcbe #74f6fc #74fc7a

Monochromatic Colors of #74fcbe

#74fcbe

Complementary Color

#74fcbe #fc74b2

#74fcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fcbe Color CSS Codes

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

#74fcbe Text Font Color

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

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


#74fcbe Background Color

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

This div background color is #74fcbe


#74fcbe Border Color

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

This div border color is #74fcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fcbe

Related Colors


Comments

No comments written yet.

Please login to write comment.