Color Hex Logo

#4bebca Color Hex

#4BEBCA
(75,235,202)
0 Favorites   0 Comments

Color spaces of #4bebca

RGB 75235202
HSL0.470.800.61
HSV168°68°92°
CMYK 0.680.000.14   0.08
XYZ43.270765.176866.1769
Yxy65.17680.24780.3732
Hunter Lab80.7321-45.60917.9119
CIE-Lab84.5748-48.87123.9923

#4bebca color RGB value is (75,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101011 11001010
Octal 113 353 312
Decimal 75 235 202
Hex 4B EB CA

RGB Percentages of Color #4bebca

%14.65
%45.90
%39.45

CMYK Percentages of Color #4bebca

%68
%0
%14
%8

Triadic Colors of #4bebca

#4bebca #ca4beb #ebca4b

Analogous Colors of #4bebca

#4bebca #4bbceb #4beb7a

Monochromatic Colors of #4bebca

#4bebca

Complementary Color

#4bebca #eb4b6c

#4bebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bebca Color CSS Codes

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

#4bebca Text Font Color

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

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


#4bebca Background Color

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

This div background color is #4bebca


#4bebca Border Color

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

This div border color is #4bebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bebca


Comments

No comments written yet.

Please login to write comment.