Color Hex Logo

#4ccfbd Color Hex

#4CCFBD
(76,207,189)
0 Favorites   0 Comments

Color spaces of #4ccfbd

RGB 76207189
HSL0.480.580.55
HSV172°63°81°
CMYK 0.630.000.09   0.19
XYZ34.478649.836355.9463
Yxy49.83630.24580.3553
Hunter Lab70.5948-36.36132.4291
CIE-Lab75.9687-39.8229-1.6227

#4ccfbd color RGB value is (76,207,189).

#4ccfbd hex color red value is 76, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4ccfbd hue: 0.48 , saturation: 0.58 and the lightness value of 4ccfbd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001111 10111101
Octal 114 317 275
Decimal 76 207 189
Hex 4C CF BD

RGB Percentages of Color #4ccfbd

%16.10
%43.86
%40.04

CMYK Percentages of Color #4ccfbd

%63
%0
%9
%19

Triadic Colors of #4ccfbd

#4ccfbd #bd4ccf #cfbd4c

Analogous Colors of #4ccfbd

#4ccfbd #4ca0cf #4ccf7c

Monochromatic Colors of #4ccfbd

#4ccfbd

Complementary Color

#4ccfbd #cf4c5e

#4ccfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccfbd Color CSS Codes

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

#4ccfbd Text Font Color

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

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


#4ccfbd Background Color

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

This div background color is #4ccfbd


#4ccfbd Border Color

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

This div border color is #4ccfbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,207,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 #4ccfbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccfbd


Comments

No comments written yet.

Please login to write comment.