Color Hex Logo

#4bfadd Color Hex

#4BFADD
(75,250,221)
0 Favorites   0 Comments

Color spaces of #4bfadd

RGB 75250221
HSL0.470.950.64
HSV170°70°98°
CMYK 0.700.000.12   0.02
XYZ50.138475.087580.2574
Yxy75.08750.24400.3654
Hunter Lab86.6530-48.36085.7432
CIE-Lab89.4340-50.45741.1187

#4bfadd color RGB value is (75,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111010 11011101
Octal 113 372 335
Decimal 75 250 221
Hex 4B FA DD

RGB Percentages of Color #4bfadd

%13.74
%45.79
%40.48

CMYK Percentages of Color #4bfadd

%70
%0
%12
%2

Triadic Colors of #4bfadd

#4bfadd #dd4bfa #fadd4b

Analogous Colors of #4bfadd

#4bfadd #4bc0fa #4bfa86

Monochromatic Colors of #4bfadd

#4bfadd

Complementary Color

#4bfadd #fa4b68

#4bfadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfadd Color CSS Codes

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

#4bfadd Text Font Color

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

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


#4bfadd Background Color

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

This div background color is #4bfadd


#4bfadd Border Color

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

This div border color is #4bfadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfadd

Related Colors


Comments

No comments written yet.

Please login to write comment.