Color Hex Logo

#4bcebf Color Hex

#4BCEBF
(75,206,191)
0 Favorites   0 Comments

Color spaces of #4bcebf

RGB 75206191
HSL0.480.570.55
HSV173°64°81°
CMYK 0.640.000.07   0.19
XYZ34.376949.400157.0135
Yxy49.40010.24420.3509
Hunter Lab70.2852-35.69371.1052
CIE-Lab75.6996-39.0139-3.0989

#4bcebf color RGB value is (75,206,191).

#4bcebf hex color red value is 75, green value is 206 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4bcebf hue: 0.48 , saturation: 0.57 and the lightness value of 4bcebf is 0.55.

The process color (four color CMYK) of #4bcebf color hex is 0.64, 0.00, 0.07, 0.19. Web safe color of #4bcebf is #33cccc. Color #4bcebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001110 10111111
Octal 113 316 277
Decimal 75 206 191
Hex 4B CE BF

RGB Percentages of Color #4bcebf

%15.89
%43.64
%40.47

CMYK Percentages of Color #4bcebf

%64
%0
%7
%19

Triadic Colors of #4bcebf

#4bcebf #bf4bce #cebf4b

Analogous Colors of #4bcebf

#4bcebf #4b9cce #4bce7e

Monochromatic Colors of #4bcebf

#4bcebf

Complementary Color

#4bcebf #ce4b5a

#4bcebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcebf Color CSS Codes

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

#4bcebf Text Font Color

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

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


#4bcebf Background Color

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

This div background color is #4bcebf


#4bcebf Border Color

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

This div border color is #4bcebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcebf


Comments

No comments written yet.

Please login to write comment.