Color Hex Logo

#4bdcdd Color Hex

#4BDCDD
(75,220,221)
0 Favorites   0 Comments

Color spaces of #4bdcdd

RGB 75220221
HSL0.500.680.58
HSV180°66°87°
CMYK 0.660.000.00   0.13
XYZ41.546057.902777.3933
Yxy57.90270.23490.3274
Hunter Lab76.0938-35.7061-7.0368
CIE-Lab80.6847-37.2834-11.7912

#4bdcdd color RGB value is (75,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011100 11011101
Octal 113 334 335
Decimal 75 220 221
Hex 4B DC DD

RGB Percentages of Color #4bdcdd

%14.53
%42.64
%42.83

CMYK Percentages of Color #4bdcdd

%66
%0
%0
%13

Triadic Colors of #4bdcdd

#4bdcdd #dd4bdc #dcdd4b

Analogous Colors of #4bdcdd

#4bdcdd #4b93dd #4bdd95

Monochromatic Colors of #4bdcdd

#4bdcdd

Complementary Color

#4bdcdd #dd4c4b

#4bdcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdcdd Color CSS Codes

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

#4bdcdd Text Font Color

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

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


#4bdcdd Background Color

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

This div background color is #4bdcdd


#4bdcdd Border Color

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

This div border color is #4bdcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdcdd


Comments

No comments written yet.

Please login to write comment.