Color Hex Logo

#4ad3bf Color Hex

#4AD3BF
(74,211,191)
0 Favorites   0 Comments

Color spaces of #4ad3bf

RGB 74211191
HSL0.480.610.56
HSV171°65°83°
CMYK 0.650.000.09   0.17
XYZ35.522351.806057.4175
Yxy51.80600.24540.3579
Hunter Lab71.9764-37.86413.0862
CIE-Lab77.1647-41.4157-0.9526

#4ad3bf color RGB value is (74,211,191).

#4ad3bf hex color red value is 74, green value is 211 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4ad3bf hue: 0.48 , saturation: 0.61 and the lightness value of 4ad3bf is 0.56.

The process color (four color CMYK) of #4ad3bf color hex is 0.65, 0.00, 0.09, 0.17. Web safe color of #4ad3bf is #33cccc. Color #4ad3bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11010011 10111111
Octal 112 323 277
Decimal 74 211 191
Hex 4A D3 BF

RGB Percentages of Color #4ad3bf

%15.55
%44.33
%40.13

CMYK Percentages of Color #4ad3bf

%65
%0
%9
%17

Triadic Colors of #4ad3bf

#4ad3bf #bf4ad3 #d3bf4a

Analogous Colors of #4ad3bf

#4ad3bf #4aa3d3 #4ad37b

Monochromatic Colors of #4ad3bf

#4ad3bf

Complementary Color

#4ad3bf #d34a5e

#4ad3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ad3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ad3bf Color CSS Codes

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

#4ad3bf Text Font Color

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

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


#4ad3bf Background Color

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

This div background color is #4ad3bf


#4ad3bf Border Color

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

This div border color is #4ad3bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,211,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ad3bf


Comments

No comments written yet.

Please login to write comment.