Color Hex Logo

#4bebcb Color Hex

#4BEBCB
(75,235,203)
0 Favorites   0 Comments

Color spaces of #4bebcb

RGB 75235203
HSL0.470.800.61
HSV168°68°92°
CMYK 0.680.000.14   0.08
XYZ43.389565.224366.8026
Yxy65.22430.24740.3718
Hunter Lab80.7616-45.43287.4909
CIE-Lab84.5992-48.62483.5021

#4bebcb color RGB value is (75,235,203).

#4bebcb hex color red value is 75, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4bebcb hue: 0.47 , saturation: 0.80 and the lightness value of 4bebcb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101011 11001011
Octal 113 353 313
Decimal 75 235 203
Hex 4B EB CB

RGB Percentages of Color #4bebcb

%14.62
%45.81
%39.57

CMYK Percentages of Color #4bebcb

%68
%0
%14
%8

Triadic Colors of #4bebcb

#4bebcb #cb4beb #ebcb4b

Analogous Colors of #4bebcb

#4bebcb #4bbbeb #4beb7b

Monochromatic Colors of #4bebcb

#4bebcb

Complementary Color

#4bebcb #eb4b6b

#4bebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bebcb Color CSS Codes

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

#4bebcb Text Font Color

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

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


#4bebcb Background Color

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

This div background color is #4bebcb


#4bebcb Border Color

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

This div border color is #4bebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bebcb


Comments

No comments written yet.

Please login to write comment.