Color Hex Logo

#4bdfbc Color Hex

#4BDFBC
(75,223,188)
0 Favorites   0 Comments

Color spaces of #4bdfbc

RGB 75223188
HSL0.460.700.58
HSV166°66°87°
CMYK 0.660.000.16   0.13
XYZ38.366457.902056.7310
Yxy57.90200.25080.3784
Hunter Lab76.0934-43.16349.0620
CIE-Lab80.6843-47.22015.7622

#4bdfbc color RGB value is (75,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011111 10111100
Octal 113 337 274
Decimal 75 223 188
Hex 4B DF BC

RGB Percentages of Color #4bdfbc

%15.43
%45.88
%38.68

CMYK Percentages of Color #4bdfbc

%66
%0
%16
%13

Triadic Colors of #4bdfbc

#4bdfbc #bc4bdf #dfbc4b

Analogous Colors of #4bdfbc

#4bdfbc #4bb8df #4bdf72

Monochromatic Colors of #4bdfbc

#4bdfbc

Complementary Color

#4bdfbc #df4b6e

#4bdfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdfbc Color CSS Codes

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

#4bdfbc Text Font Color

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

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


#4bdfbc Background Color

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

This div background color is #4bdfbc


#4bdfbc Border Color

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

This div border color is #4bdfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdfbc


Comments

No comments written yet.

Please login to write comment.