Color Hex Logo

#4bdbdd Color Hex

#4BDBDD
(75,219,221)
0 Favorites   0 Comments

Color spaces of #4bdbdd

RGB 75219221
HSL0.500.680.58
HSV181°66°87°
CMYK 0.660.010.00   0.13
XYZ41.284357.379377.3060
Yxy57.37930.23460.3261
Hunter Lab75.7491-35.2761-7.4842
CIE-Lab80.3925-36.8224-12.2278

#4bdbdd color RGB value is (75,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011011 11011101
Octal 113 333 335
Decimal 75 219 221
Hex 4B DB DD

RGB Percentages of Color #4bdbdd

%14.56
%42.52
%42.91

CMYK Percentages of Color #4bdbdd

%66
%1
%0
%13

Triadic Colors of #4bdbdd

#4bdbdd #dd4bdb #dbdd4b

Analogous Colors of #4bdbdd

#4bdbdd #4b92dd #4bdd96

Monochromatic Colors of #4bdbdd

#4bdbdd

Complementary Color

#4bdbdd #dd4d4b

#4bdbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdbdd Color CSS Codes

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

#4bdbdd Text Font Color

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

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


#4bdbdd Background Color

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

This div background color is #4bdbdd


#4bdbdd Border Color

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

This div border color is #4bdbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdbdd


Comments

No comments written yet.

Please login to write comment.