Color Hex Logo

#4bdbdf Color Hex

#4BDBDF
(75,219,223)
0 Favorites   0 Comments

Color spaces of #4bdbdf

RGB 75219223
HSL0.500.700.58
HSV182°66°87°
CMYK 0.660.020.00   0.13
XYZ41.552557.486678.7180
Yxy57.48660.23380.3234
Hunter Lab75.8199-34.8594-8.4823
CIE-Lab80.4525-36.2630-13.2040

#4bdbdf color RGB value is (75,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011011 11011111
Octal 113 333 337
Decimal 75 219 223
Hex 4B DB DF

RGB Percentages of Color #4bdbdf

%14.51
%42.36
%43.13

CMYK Percentages of Color #4bdbdf

%66
%2
%0
%13

Triadic Colors of #4bdbdf

#4bdbdf #df4bdb #dbdf4b

Analogous Colors of #4bdbdf

#4bdbdf #4b91df #4bdf99

Monochromatic Colors of #4bdbdf

#4bdbdf

Complementary Color

#4bdbdf #df4f4b

#4bdbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdbdf Color CSS Codes

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

#4bdbdf Text Font Color

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

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


#4bdbdf Background Color

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

This div background color is #4bdbdf


#4bdbdf Border Color

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

This div border color is #4bdbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdbdf

#4bdbdf Color Palettes


Comments

No comments written yet.

Please login to write comment.