Color Hex Logo

#4bdfdb Color Hex

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

Color spaces of #4bdfdb

RGB 75223219
HSL0.500.700.58
HSV178°66°87°
CMYK 0.660.000.02   0.13
XYZ42.075559.385776.2628
Yxy59.38570.23670.3341
Hunter Lab77.0621-37.3987-4.7315
CIE-Lab81.5031-39.2061-9.5066

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

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

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

Base Numbers

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

RGB Percentages of Color #4bdfdb

%14.51
%43.13
%42.36

CMYK Percentages of Color #4bdfdb

%66
%0
%2
%13

Triadic Colors of #4bdfdb

#4bdfdb #db4bdf #dfdb4b

Analogous Colors of #4bdfdb

#4bdfdb #4b99df #4bdf91

Monochromatic Colors of #4bdfdb

#4bdfdb

Complementary Color

#4bdfdb #df4b4f

#4bdfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdfdb Color CSS Codes

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

#4bdfdb Text Font Color

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

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


#4bdfdb Background Color

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

This div background color is #4bdfdb


#4bdfdb Border Color

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

This div border color is #4bdfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdfdb


Comments

No comments written yet.

Please login to write comment.