Color Hex Logo

#74efbe Color Hex

#74EFBE
(116,239,190)
0 Favorites   0 Comments

Color spaces of #74efbe

RGB 116239190
HSL0.430.790.70
HSV156°51°94°
CMYK 0.510.000.21   0.06
XYZ47.363269.163759.5688
Yxy69.16370.26900.3928
Hunter Lab83.1647-43.880615.7474
CIE-Lab86.5850-45.773413.2960

#74efbe color RGB value is (116,239,190).

#74efbe hex color red value is 116, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #74efbe hue: 0.43 , saturation: 0.79 and the lightness value of 74efbe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101111 10111110
Octal 164 357 276
Decimal 116 239 190
Hex 74 EF BE

RGB Percentages of Color #74efbe

%21.28
%43.85
%34.86

CMYK Percentages of Color #74efbe

%51
%0
%21
%6

Triadic Colors of #74efbe

#74efbe #be74ef #efbe74

Analogous Colors of #74efbe

#74efbe #74e3ef #74ef81

Monochromatic Colors of #74efbe

#74efbe

Complementary Color

#74efbe #ef74a5

#74efbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74efbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74efbe Color CSS Codes

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

#74efbe Text Font Color

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

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


#74efbe Background Color

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

This div background color is #74efbe


#74efbe Border Color

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

This div border color is #74efbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74efbe


Comments

No comments written yet.

Please login to write comment.