Color Hex Logo

#4becab Color Hex

#4BECAB
(75,236,171)
0 Favorites   0 Comments

Color spaces of #4becab

RGB 75236171
HSL0.430.810.61
HSV156°68°93°
CMYK 0.680.000.28   0.07
XYZ40.247864.427048.8425
Yxy64.42700.26220.4197
Hunter Lab80.2664-50.961420.1083
CIE-Lab84.1876-56.376519.6370

#4becab color RGB value is (75,236,171).

#4becab hex color red value is 75, green value is 236 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4becab hue: 0.43 , saturation: 0.81 and the lightness value of 4becab is 0.61.

The process color (four color CMYK) of #4becab color hex is 0.68, 0.00, 0.28, 0.07. Web safe color of #4becab is #33ff99. Color #4becab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101100 10101011
Octal 113 354 253
Decimal 75 236 171
Hex 4B EC AB

RGB Percentages of Color #4becab

%15.56
%48.96
%35.48

CMYK Percentages of Color #4becab

%68
%0
%28
%7

Triadic Colors of #4becab

#4becab #ab4bec #ecab4b

Analogous Colors of #4becab

#4becab #4bddec #4bec5b

Monochromatic Colors of #4becab

#4becab

Complementary Color

#4becab #ec4b8c

#4becab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4becab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4becab Color CSS Codes

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

#4becab Text Font Color

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

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


#4becab Background Color

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

This div background color is #4becab


#4becab Border Color

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

This div border color is #4becab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4becab


Comments

No comments written yet.

Please login to write comment.