Color Hex Logo

#4bbf8e Color Hex

#4BBF8E
(75,191,142)
0 Favorites   0 Comments

Color spaces of #4bbf8e

RGB 75191142
HSL0.430.480.52
HSV155°61°75°
CMYK 0.610.000.26   0.25
XYZ26.414940.710532.0569
Yxy40.71050.26630.4105
Hunter Lab63.8048-37.760114.8748
CIE-Lab69.9726-44.279315.1780

#4bbf8e color RGB value is (75,191,142).

#4bbf8e hex color red value is 75, green value is 191 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #4bbf8e hue: 0.43 , saturation: 0.48 and the lightness value of 4bbf8e is 0.52.

The process color (four color CMYK) of #4bbf8e color hex is 0.61, 0.00, 0.26, 0.25. Web safe color of #4bbf8e is #33cc99. Color #4bbf8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111111 10001110
Octal 113 277 216
Decimal 75 191 142
Hex 4B BF 8E

RGB Percentages of Color #4bbf8e

%18.38
%46.81
%34.80

CMYK Percentages of Color #4bbf8e

%61
%0
%26
%25

Triadic Colors of #4bbf8e

#4bbf8e #8e4bbf #bf8e4b

Analogous Colors of #4bbf8e

#4bbf8e #4bb6bf #4bbf54

Monochromatic Colors of #4bbf8e

#4bbf8e

Complementary Color

#4bbf8e #bf4b7c

#4bbf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbf8e Color CSS Codes

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

#4bbf8e Text Font Color

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

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


#4bbf8e Background Color

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

This div background color is #4bbf8e


#4bbf8e Border Color

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

This div border color is #4bbf8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbf8e


Comments

No comments written yet.

Please login to write comment.