Color Hex Logo

#4becbd Color Hex

#4BECBD
(75,236,189)
0 Favorites   0 Comments

Color spaces of #4becbd

RGB 75236189
HSL0.450.810.61
HSV162°68°93°
CMYK 0.680.000.20   0.07
XYZ42.082465.160958.5034
Yxy65.16090.25390.3931
Hunter Lab80.7223-48.207913.5352
CIE-Lab84.5666-52.389710.7970

#4becbd color RGB value is (75,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101100 10111101
Octal 113 354 275
Decimal 75 236 189
Hex 4B EC BD

RGB Percentages of Color #4becbd

%15.00
%47.20
%37.80

CMYK Percentages of Color #4becbd

%68
%0
%20
%7

Triadic Colors of #4becbd

#4becbd #bd4bec #ecbd4b

Analogous Colors of #4becbd

#4becbd #4bcbec #4bec6d

Monochromatic Colors of #4becbd

#4becbd

Complementary Color

#4becbd #ec4b7a

#4becbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4becbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4becbd Color CSS Codes

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

#4becbd Text Font Color

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

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


#4becbd Background Color

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

This div background color is #4becbd


#4becbd Border Color

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

This div border color is #4becbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4becbd


Comments

No comments written yet.

Please login to write comment.