Color Hex Logo

#4bfacd Color Hex

#4BFACD
(75,250,205)
0 Favorites   0 Comments

Color spaces of #4bfacd

RGB 75250205
HSL0.460.950.64
HSV165°70°98°
CMYK 0.700.000.18   0.02
XYZ48.106774.274869.5586
Yxy74.27480.25060.3870
Hunter Lab86.1828-51.182412.4747
CIE-Lab89.0522-54.34428.8741

#4bfacd color RGB value is (75,250,205).

#4bfacd hex color red value is 75, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4bfacd hue: 0.46 , saturation: 0.95 and the lightness value of 4bfacd is 0.64.

The process color (four color CMYK) of #4bfacd color hex is 0.70, 0.00, 0.18, 0.02. Web safe color of #4bfacd is #33ffcc. Color #4bfacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111010 11001101
Octal 113 372 315
Decimal 75 250 205
Hex 4B FA CD

RGB Percentages of Color #4bfacd

%14.15
%47.17
%38.68

CMYK Percentages of Color #4bfacd

%70
%0
%18
%2

Triadic Colors of #4bfacd

#4bfacd #cd4bfa #facd4b

Analogous Colors of #4bfacd

#4bfacd #4bd0fa #4bfa76

Monochromatic Colors of #4bfacd

#4bfacd

Complementary Color

#4bfacd #fa4b78

#4bfacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfacd Color CSS Codes

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

#4bfacd Text Font Color

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

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


#4bfacd Background Color

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

This div background color is #4bfacd


#4bfacd Border Color

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

This div border color is #4bfacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfacd

Related Colors


Comments

No comments written yet.

Please login to write comment.