Color Hex Logo

#74faef Color Hex

#74FAEF
(116,250,239)
0 Favorites   0 Comments

Color spaces of #74faef

RGB 116250239
HSL0.490.930.72
HSV175°54°98°
CMYK 0.540.000.04   0.02
XYZ56.968178.316293.7754
Yxy78.31620.24870.3419
Hunter Lab88.4964-39.9624-0.8792
CIE-Lab90.9240-39.3112-5.9340

#74faef color RGB value is (116,250,239).

#74faef hex color red value is 116, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #74faef hue: 0.49 , saturation: 0.93 and the lightness value of 74faef is 0.72.

The process color (four color CMYK) of #74faef color hex is 0.54, 0.00, 0.04, 0.02. Web safe color of #74faef is #66ffff. Color #74faef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111010 11101111
Octal 164 372 357
Decimal 116 250 239
Hex 74 FA EF

RGB Percentages of Color #74faef

%19.17
%41.32
%39.50

CMYK Percentages of Color #74faef

%54
%0
%4
%2

Triadic Colors of #74faef

#74faef #ef74fa #faef74

Analogous Colors of #74faef

#74faef #74c2fa #74faac

Monochromatic Colors of #74faef

#74faef

Complementary Color

#74faef #fa747f

#74faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#74faef Color CSS Codes

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

#74faef Text Font Color

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

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


#74faef Background Color

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

This div background color is #74faef


#74faef Border Color

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

This div border color is #74faef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,250,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #74faef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74faef


Comments

No comments written yet.

Please login to write comment.