Color Hex Logo

#4becbb Color Hex

#4BECBB
(75,236,187)
0 Favorites   0 Comments

Color spaces of #4becbb

RGB 75236187
HSL0.450.810.61
HSV162°68°93°
CMYK 0.680.000.21   0.07
XYZ41.866765.074657.3678
Yxy65.07460.25480.3960
Hunter Lab80.6688-48.529914.3040
CIE-Lab84.5222-52.850511.7793

#4becbb color RGB value is (75,236,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101100 10111011
Octal 113 354 273
Decimal 75 236 187
Hex 4B EC BB

RGB Percentages of Color #4becbb

%15.06
%47.39
%37.55

CMYK Percentages of Color #4becbb

%68
%0
%21
%7

Triadic Colors of #4becbb

#4becbb #bb4bec #ecbb4b

Analogous Colors of #4becbb

#4becbb #4bcdec #4bec6b

Monochromatic Colors of #4becbb

#4becbb

Complementary Color

#4becbb #ec4b7c

#4becbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4becbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4becbb Color CSS Codes

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

#4becbb Text Font Color

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

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


#4becbb Background Color

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

This div background color is #4becbb


#4becbb Border Color

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

This div border color is #4becbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,236,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 #4becbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4becbb


Comments

No comments written yet.

Please login to write comment.