Color Hex Logo

#4bddcb Color Hex

#4BDDCB
(75,221,203)
0 Favorites   0 Comments

Color spaces of #4bddcb

RGB 75221203
HSL0.480.680.58
HSV173°66°87°
CMYK 0.660.000.08   0.13
XYZ39.537657.520665.5186
Yxy57.52060.24320.3538
Hunter Lab75.8423-39.66971.8703
CIE-Lab80.4715-42.5805-2.5187

#4bddcb color RGB value is (75,221,203).

#4bddcb hex color red value is 75, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4bddcb hue: 0.48 , saturation: 0.68 and the lightness value of 4bddcb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011101 11001011
Octal 113 335 313
Decimal 75 221 203
Hex 4B DD CB

RGB Percentages of Color #4bddcb

%15.03
%44.29
%40.68

CMYK Percentages of Color #4bddcb

%66
%0
%8
%13

Triadic Colors of #4bddcb

#4bddcb #cb4bdd #ddcb4b

Analogous Colors of #4bddcb

#4bddcb #4ba6dd #4bdd82

Monochromatic Colors of #4bddcb

#4bddcb

Complementary Color

#4bddcb #dd4b5d

#4bddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bddcb Color CSS Codes

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

#4bddcb Text Font Color

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

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


#4bddcb Background Color

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

This div background color is #4bddcb


#4bddcb Border Color

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

This div border color is #4bddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bddcb


Comments

No comments written yet.

Please login to write comment.