Color Hex Logo

#4bdace Color Hex

#4BDACE
(75,218,206)
0 Favorites   0 Comments

Color spaces of #4bdace

RGB 75218206
HSL0.490.660.57
HSV175°66°85°
CMYK 0.660.000.06   0.15
XYZ39.113656.094967.1584
Yxy56.09490.24090.3455
Hunter Lab74.8965-37.8500-0.7367
CIE-Lab79.6678-40.4552-5.3015

#4bdace color RGB value is (75,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011010 11001110
Octal 113 332 316
Decimal 75 218 206
Hex 4B DA CE

RGB Percentages of Color #4bdace

%15.03
%43.69
%41.28

CMYK Percentages of Color #4bdace

%66
%0
%6
%15

Triadic Colors of #4bdace

#4bdace #ce4bda #dace4b

Analogous Colors of #4bdace

#4bdace #4b9fda #4bda87

Monochromatic Colors of #4bdace

#4bdace

Complementary Color

#4bdace #da4b57

#4bdace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdace Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdace Color CSS Codes

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

#4bdace Text Font Color

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

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


#4bdace Background Color

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

This div background color is #4bdace


#4bdace Border Color

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

This div border color is #4bdace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdace


Comments

No comments written yet.

Please login to write comment.