Color Hex Logo

#4bcfbb Color Hex

#4BCFBB
(75,207,187)
0 Favorites   0 Comments

Color spaces of #4bcfbb

RGB 75207187
HSL0.470.580.55
HSV171°64°81°
CMYK 0.640.000.10   0.19
XYZ34.184149.709454.8069
Yxy49.70940.24650.3584
Hunter Lab70.5049-36.83833.2644
CIE-Lab75.8905-40.5044-0.6625

#4bcfbb color RGB value is (75,207,187).

#4bcfbb hex color red value is 75, green value is 207 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4bcfbb hue: 0.47 , saturation: 0.58 and the lightness value of 4bcfbb is 0.55.

The process color (four color CMYK) of #4bcfbb color hex is 0.64, 0.00, 0.10, 0.19. Web safe color of #4bcfbb is #33cccc. Color #4bcfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001111 10111011
Octal 113 317 273
Decimal 75 207 187
Hex 4B CF BB

RGB Percentages of Color #4bcfbb

%15.99
%44.14
%39.87

CMYK Percentages of Color #4bcfbb

%64
%0
%10
%19

Triadic Colors of #4bcfbb

#4bcfbb #bb4bcf #cfbb4b

Analogous Colors of #4bcfbb

#4bcfbb #4ba1cf #4bcf79

Monochromatic Colors of #4bcfbb

#4bcfbb

Complementary Color

#4bcfbb #cf4b5f

#4bcfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcfbb Color CSS Codes

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

#4bcfbb Text Font Color

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

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


#4bcfbb Background Color

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

This div background color is #4bcfbb


#4bcfbb Border Color

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

This div border color is #4bcfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcfbb


Comments

No comments written yet.

Please login to write comment.