Color Hex Logo

#4bdfbd Color Hex

#4BDFBD
(75,223,189)
0 Favorites   0 Comments

Color spaces of #4bdfbd

RGB 75223189
HSL0.460.700.58
HSV166°66°87°
CMYK 0.660.000.15   0.13
XYZ38.474657.945357.3009
Yxy57.94530.25030.3770
Hunter Lab76.1218-42.99318.6546
CIE-Lab80.7084-46.97695.2666

#4bdfbd color RGB value is (75,223,189).

#4bdfbd hex color red value is 75, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4bdfbd hue: 0.46 , saturation: 0.70 and the lightness value of 4bdfbd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011111 10111101
Octal 113 337 275
Decimal 75 223 189
Hex 4B DF BD

RGB Percentages of Color #4bdfbd

%15.40
%45.79
%38.81

CMYK Percentages of Color #4bdfbd

%66
%0
%15
%13

Triadic Colors of #4bdfbd

#4bdfbd #bd4bdf #dfbd4b

Analogous Colors of #4bdfbd

#4bdfbd #4bb7df #4bdf73

Monochromatic Colors of #4bdfbd

#4bdfbd

Complementary Color

#4bdfbd #df4b6d

#4bdfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdfbd Color CSS Codes

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

#4bdfbd Text Font Color

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

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


#4bdfbd Background Color

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

This div background color is #4bdfbd


#4bdfbd Border Color

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

This div border color is #4bdfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdfbd


Comments

No comments written yet.

Please login to write comment.