Color Hex Logo

#4bdebe Color Hex

#4BDEBE
(75,222,190)
0 Favorites   0 Comments

Color spaces of #4bdebe

RGB 75222190
HSL0.460.690.58
HSV167°66°87°
CMYK 0.660.000.14   0.13
XYZ38.317257.456157.7858
Yxy57.45610.24950.3742
Hunter Lab75.7998-42.41707.8603
CIE-Lab80.4354-46.30564.3419

#4bdebe color RGB value is (75,222,190).

#4bdebe hex color red value is 75, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4bdebe hue: 0.46 , saturation: 0.69 and the lightness value of 4bdebe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011110 10111110
Octal 113 336 276
Decimal 75 222 190
Hex 4B DE BE

RGB Percentages of Color #4bdebe

%15.40
%45.59
%39.01

CMYK Percentages of Color #4bdebe

%66
%0
%14
%13

Triadic Colors of #4bdebe

#4bdebe #be4bde #debe4b

Analogous Colors of #4bdebe

#4bdebe #4bb5de #4bde75

Monochromatic Colors of #4bdebe

#4bdebe

Complementary Color

#4bdebe #de4b6b

#4bdebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdebe Color CSS Codes

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

#4bdebe Text Font Color

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

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


#4bdebe Background Color

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

This div background color is #4bdebe


#4bdebe Border Color

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

This div border color is #4bdebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdebe


Comments

No comments written yet.

Please login to write comment.