Color Hex Logo

#4bdac4 Color Hex

#4BDAC4
(75,218,196)
0 Favorites   0 Comments

Color spaces of #4bdac4

RGB 75218196
HSL0.470.660.57
HSV171°66°85°
CMYK 0.660.000.10   0.15
XYZ37.936955.624260.9616
Yxy55.62420.24550.3600
Hunter Lab74.5816-39.72163.7446
CIE-Lab79.3995-43.0661-0.3580

#4bdac4 color RGB value is (75,218,196).

#4bdac4 hex color red value is 75, green value is 218 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #4bdac4 hue: 0.47 , saturation: 0.66 and the lightness value of 4bdac4 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011010 11000100
Octal 113 332 304
Decimal 75 218 196
Hex 4B DA C4

RGB Percentages of Color #4bdac4

%15.34
%44.58
%40.08

CMYK Percentages of Color #4bdac4

%66
%0
%10
%15

Triadic Colors of #4bdac4

#4bdac4 #c44bda #dac44b

Analogous Colors of #4bdac4

#4bdac4 #4ba9da #4bda7d

Monochromatic Colors of #4bdac4

#4bdac4

Complementary Color

#4bdac4 #da4b61

#4bdac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdac4 Color CSS Codes

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

#4bdac4 Text Font Color

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

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


#4bdac4 Background Color

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

This div background color is #4bdac4


#4bdac4 Border Color

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

This div border color is #4bdac4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,218,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4bdac4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4bdac4;
  -webkit-box-shadow: 1px 1px 3px 2px #4bdac4;
  box-shadow:         1px 1px 3px 2px #4bdac4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,218,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdac4


Comments

No comments written yet.

Please login to write comment.