Color Hex Logo

#74ceab Color Hex

#74CEAB
(116,206,171)
0 Favorites   0 Comments

Color spaces of #74ceab

RGB 116206171
HSL0.440.480.63
HSV157°44°81°
CMYK 0.440.000.17   0.19
XYZ36.624550.795946.4024
Yxy50.79590.27370.3796
Hunter Lab71.2712-32.998011.2881
CIE-Lab76.5552-35.10159.0709

#74ceab color RGB value is (116,206,171).

#74ceab hex color red value is 116, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #74ceab hue: 0.44 , saturation: 0.48 and the lightness value of 74ceab is 0.63.

The process color (four color CMYK) of #74ceab color hex is 0.44, 0.00, 0.17, 0.19. Web safe color of #74ceab is #66cc99. Color #74ceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001110 10101011
Octal 164 316 253
Decimal 116 206 171
Hex 74 CE AB

RGB Percentages of Color #74ceab

%23.53
%41.78
%34.69

CMYK Percentages of Color #74ceab

%44
%0
%17
%19

Triadic Colors of #74ceab

#74ceab #ab74ce #ceab74

Analogous Colors of #74ceab

#74ceab #74c4ce #74ce7e

Monochromatic Colors of #74ceab

#74ceab

Complementary Color

#74ceab #ce7497

#74ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ceab Color CSS Codes

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

#74ceab Text Font Color

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

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


#74ceab Background Color

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

This div background color is #74ceab


#74ceab Border Color

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

This div border color is #74ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ceab


Comments

No comments written yet.

Please login to write comment.