Color Hex Logo

#4bebcf Color Hex

#4BEBCF
(75,235,207)
0 Favorites   0 Comments

Color spaces of #4bebcf

RGB 75235207
HSL0.470.800.61
HSV170°68°92°
CMYK 0.680.000.12   0.08
XYZ43.872565.417569.3460
Yxy65.41750.24560.3662
Hunter Lab80.8811-44.71785.7826
CIE-Lab84.6984-47.62931.5432

#4bebcf color RGB value is (75,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101011 11001111
Octal 113 353 317
Decimal 75 235 207
Hex 4B EB CF

RGB Percentages of Color #4bebcf

%14.51
%45.45
%40.04

CMYK Percentages of Color #4bebcf

%68
%0
%12
%8

Triadic Colors of #4bebcf

#4bebcf #cf4beb #ebcf4b

Analogous Colors of #4bebcf

#4bebcf #4bb7eb #4beb7f

Monochromatic Colors of #4bebcf

#4bebcf

Complementary Color

#4bebcf #eb4b67

#4bebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bebcf Color CSS Codes

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

#4bebcf Text Font Color

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

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


#4bebcf Background Color

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

This div background color is #4bebcf


#4bebcf Border Color

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

This div border color is #4bebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bebcf


Comments

No comments written yet.

Please login to write comment.