Color Hex Logo

#4bffdb Color Hex

#4BFFDB
(75,255,219)
0 Favorites   0 Comments

Color spaces of #4bffdb

RGB 75255219
HSL0.471.000.65
HSV168°71°100°
CMYK 0.710.000.14   0.00
XYZ51.447878.130379.3869
Yxy78.13030.24620.3739
Hunter Lab88.3913-50.78978.6238
CIE-Lab90.8393-53.02824.1973

#4bffdb color RGB value is (75,255,219).

#4bffdb hex color red value is 75, green value is 255 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4bffdb hue: 0.47 , saturation: 1.00 and the lightness value of 4bffdb is 0.65.

The process color (four color CMYK) of #4bffdb color hex is 0.71, 0.00, 0.14, 0.00. Web safe color of #4bffdb is #33ffcc. Color #4bffdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111111 11011011
Octal 113 377 333
Decimal 75 255 219
Hex 4B FF DB

RGB Percentages of Color #4bffdb

%13.66
%46.45
%39.89

CMYK Percentages of Color #4bffdb

%71
%0
%14
%0

Triadic Colors of #4bffdb

#4bffdb #db4bff #ffdb4b

Analogous Colors of #4bffdb

#4bffdb #4bc9ff #4bff81

Monochromatic Colors of #4bffdb

#4bffdb

Complementary Color

#4bffdb #ff4b6f

#4bffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bffdb Color CSS Codes

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

#4bffdb Text Font Color

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

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


#4bffdb Background Color

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

This div background color is #4bffdb


#4bffdb Border Color

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

This div border color is #4bffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bffdb

Related Colors


Comments

No comments written yet.

Please login to write comment.