Color Hex Logo

#4cddbc Color Hex

#4CDDBC
(76,221,188)
0 Favorites   0 Comments

Color spaces of #4cddbc

RGB 76221188
HSL0.460.680.58
HSV166°66°87°
CMYK 0.660.000.15   0.13
XYZ37.914056.880256.5577
Yxy56.88020.25050.3758
Hunter Lab75.4190-42.24918.3309
CIE-Lab80.1122-46.21224.9398

#4cddbc color RGB value is (76,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011101 10111100
Octal 114 335 274
Decimal 76 221 188
Hex 4C DD BC

RGB Percentages of Color #4cddbc

%15.67
%45.57
%38.76

CMYK Percentages of Color #4cddbc

%66
%0
%15
%13

Triadic Colors of #4cddbc

#4cddbc #bc4cdd #ddbc4c

Analogous Colors of #4cddbc

#4cddbc #4cb6dd #4cdd74

Monochromatic Colors of #4cddbc

#4cddbc

Complementary Color

#4cddbc #dd4c6d

#4cddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cddbc Color CSS Codes

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

#4cddbc Text Font Color

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

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


#4cddbc Background Color

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

This div background color is #4cddbc


#4cddbc Border Color

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

This div border color is #4cddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cddbc


Comments

No comments written yet.

Please login to write comment.