Color Hex Logo

#4adfbe Color Hex

#4ADFBE
(74,223,190)
0 Favorites   0 Comments

Color spaces of #4adfbe

RGB 74223190
HSL0.460.700.58
HSV167°67°87°
CMYK 0.670.000.15   0.13
XYZ38.506057.948957.8710
Yxy57.94890.24950.3755
Hunter Lab76.1242-42.92648.2136
CIE-Lab80.7104-46.88494.7363

#4adfbe color RGB value is (74,223,190).

#4adfbe hex color red value is 74, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4adfbe hue: 0.46 , saturation: 0.70 and the lightness value of 4adfbe is 0.58.

The process color (four color CMYK) of #4adfbe color hex is 0.67, 0.00, 0.15, 0.13. Web safe color of #4adfbe is #33cccc. Color #4adfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011111 10111110
Octal 112 337 276
Decimal 74 223 190
Hex 4A DF BE

RGB Percentages of Color #4adfbe

%15.20
%45.79
%39.01

CMYK Percentages of Color #4adfbe

%67
%0
%15
%13

Triadic Colors of #4adfbe

#4adfbe #be4adf #dfbe4a

Analogous Colors of #4adfbe

#4adfbe #4ab6df #4adf74

Monochromatic Colors of #4adfbe

#4adfbe

Complementary Color

#4adfbe #df4a6b

#4adfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adfbe Color CSS Codes

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

#4adfbe Text Font Color

<p style="color:#4adfbe">Text here</p>

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


#4adfbe Background Color

<div style="background-color:#4adfbe">
Div content here</div>

This div background color is #4adfbe


#4adfbe Border Color

<div style="border:3px solid #4adfbe">
Div here</div>

This div border color is #4adfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adfbe


Comments

No comments written yet.

Please login to write comment.