Color Hex Logo

#4bddca Color Hex

#4BDDCA
(75,221,202)
0 Favorites   0 Comments

Color spaces of #4bddca

RGB 75221202
HSL0.480.680.58
HSV172°66°87°
CMYK 0.660.000.09   0.13
XYZ39.418857.473064.8929
Yxy57.47300.24360.3552
Hunter Lab75.8109-39.85602.3164
CIE-Lab80.4449-42.8400-2.0253

#4bddca color RGB value is (75,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011101 11001010
Octal 113 335 312
Decimal 75 221 202
Hex 4B DD CA

RGB Percentages of Color #4bddca

%15.06
%44.38
%40.56

CMYK Percentages of Color #4bddca

%66
%0
%9
%13

Triadic Colors of #4bddca

#4bddca #ca4bdd #ddca4b

Analogous Colors of #4bddca

#4bddca #4ba7dd #4bdd81

Monochromatic Colors of #4bddca

#4bddca

Complementary Color

#4bddca #dd4b5e

#4bddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bddca Color CSS Codes

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

#4bddca Text Font Color

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

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


#4bddca Background Color

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

This div background color is #4bddca


#4bddca Border Color

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

This div border color is #4bddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bddca


Comments

No comments written yet.

Please login to write comment.