Color Hex Logo

#4bccba Color Hex

#4BCCBA
(75,204,186)
0 Favorites   0 Comments

Color spaces of #4bccba

RGB 75204186
HSL0.480.560.55
HSV172°63°80°
CMYK 0.630.000.09   0.20
XYZ33.357448.226854.0049
Yxy48.22680.24600.3557
Hunter Lab69.4455-35.78912.5045
CIE-Lab74.9678-39.4166-1.4737

#4bccba color RGB value is (75,204,186).

#4bccba hex color red value is 75, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4bccba hue: 0.48 , saturation: 0.56 and the lightness value of 4bccba is 0.55.

The process color (four color CMYK) of #4bccba color hex is 0.63, 0.00, 0.09, 0.20. Web safe color of #4bccba is #33cccc. Color #4bccba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 10111010
Octal 113 314 272
Decimal 75 204 186
Hex 4B CC BA

RGB Percentages of Color #4bccba

%16.13
%43.87
%40.00

CMYK Percentages of Color #4bccba

%63
%0
%9
%20

Triadic Colors of #4bccba

#4bccba #ba4bcc #ccba4b

Analogous Colors of #4bccba

#4bccba #4b9ecc #4bcc7a

Monochromatic Colors of #4bccba

#4bccba

Complementary Color

#4bccba #cc4b5d

#4bccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bccba Color CSS Codes

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

#4bccba Text Font Color

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

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


#4bccba Background Color

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

This div background color is #4bccba


#4bccba Border Color

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

This div border color is #4bccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bccba


Comments

No comments written yet.

Please login to write comment.