Color Hex Logo

#4cebeb Color Hex

#4CEBEB
(76,235,235)
0 Favorites   0 Comments

Color spaces of #4cebeb

RGB 76235235
HSL0.500.800.61
HSV180°68°92°
CMYK 0.680.000.00   0.08
XYZ47.684266.951389.0069
Yxy66.95130.23420.3288
Hunter Lab81.8238-39.1677-7.2183
CIE-Lab85.4793-40.1139-12.0397

#4cebeb color RGB value is (76,235,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 11101011
Octal 114 353 353
Decimal 76 235 235
Hex 4C EB EB

RGB Percentages of Color #4cebeb

%13.92
%43.04
%43.04

CMYK Percentages of Color #4cebeb

%68
%0
%0
%8

Triadic Colors of #4cebeb

#4cebeb #eb4ceb #ebeb4c

Analogous Colors of #4cebeb

#4cebeb #4c9ceb #4ceb9c

Monochromatic Colors of #4cebeb

#4cebeb

Complementary Color

#4cebeb #eb4c4c

#4cebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebeb Color CSS Codes

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

#4cebeb Text Font Color

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

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


#4cebeb Background Color

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

This div background color is #4cebeb


#4cebeb Border Color

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

This div border color is #4cebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebeb


Comments

No comments written yet.

Please login to write comment.