Color Hex Logo

#74ebbe Color Hex

#74EBBE
(116,235,190)
0 Favorites   0 Comments

Color spaces of #74ebbe

RGB 116235190
HSL0.440.750.69
HSV157°51°92°
CMYK 0.510.000.19   0.08
XYZ46.205166.847459.1828
Yxy66.84740.26830.3881
Hunter Lab81.7603-42.204914.3147
CIE-Lab85.4268-44.038611.6532

#74ebbe color RGB value is (116,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101011 10111110
Octal 164 353 276
Decimal 116 235 190
Hex 74 EB BE

RGB Percentages of Color #74ebbe

%21.44
%43.44
%35.12

CMYK Percentages of Color #74ebbe

%51
%0
%19
%8

Triadic Colors of #74ebbe

#74ebbe #be74eb #ebbe74

Analogous Colors of #74ebbe

#74ebbe #74ddeb #74eb83

Monochromatic Colors of #74ebbe

#74ebbe

Complementary Color

#74ebbe #eb74a1

#74ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ebbe Color CSS Codes

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

#74ebbe Text Font Color

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

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


#74ebbe Background Color

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

This div background color is #74ebbe


#74ebbe Border Color

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

This div border color is #74ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ebbe


Comments

No comments written yet.

Please login to write comment.