Color Hex Logo

#4cebd7 Color Hex

#4CEBD7
(76,235,215)
0 Favorites   0 Comments

Color spaces of #4cebd7

RGB 76235215
HSL0.480.800.61
HSV172°68°92°
CMYK 0.680.000.09   0.08
XYZ44.954665.859574.6328
Yxy65.85950.24240.3551
Hunter Lab81.1539-43.14052.2819
CIE-Lab84.9247-45.4535-2.3329

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 11010111
Octal 114 353 327
Decimal 76 235 215
Hex 4C EB D7

RGB Percentages of Color #4cebd7

%14.45
%44.68
%40.87

CMYK Percentages of Color #4cebd7

%68
%0
%9
%8

Triadic Colors of #4cebd7

#4cebd7 #d74ceb #ebd74c

Analogous Colors of #4cebd7

#4cebd7 #4cb0eb #4ceb88

Monochromatic Colors of #4cebd7

#4cebd7

Complementary Color

#4cebd7 #eb4c60

#4cebd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebd7 Color CSS Codes

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

#4cebd7 Text Font Color

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

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


#4cebd7 Background Color

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

This div background color is #4cebd7


#4cebd7 Border Color

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

This div border color is #4cebd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebd7


Comments

No comments written yet.

Please login to write comment.