Color Hex Logo

#4bdccc Color Hex

#4BDCCC
(75,220,204)
0 Favorites   0 Comments

Color spaces of #4bdccc

RGB 75220204
HSL0.480.670.58
HSV173°66°86°
CMYK 0.660.000.07   0.14
XYZ39.393957.041966.0607
Yxy57.04190.24240.3510
Hunter Lab75.5261-39.06631.0088
CIE-Lab80.2032-41.8765-3.4458

#4bdccc color RGB value is (75,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011100 11001100
Octal 113 334 314
Decimal 75 220 204
Hex 4B DC CC

RGB Percentages of Color #4bdccc

%15.03
%44.09
%40.88

CMYK Percentages of Color #4bdccc

%66
%0
%7
%14

Triadic Colors of #4bdccc

#4bdccc #cc4bdc #dccc4b

Analogous Colors of #4bdccc

#4bdccc #4ba4dc #4bdc84

Monochromatic Colors of #4bdccc

#4bdccc

Complementary Color

#4bdccc #dc4b5b

#4bdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdccc Color CSS Codes

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

#4bdccc Text Font Color

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

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


#4bdccc Background Color

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

This div background color is #4bdccc


#4bdccc Border Color

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

This div border color is #4bdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdccc


Comments

No comments written yet.

Please login to write comment.