Color Hex Logo

#4cebdf Color Hex

#4CEBDF
(76,235,223)
0 Favorites   0 Comments

Color spaces of #4cebdf

RGB 76235223
HSL0.490.800.61
HSV175°68°92°
CMYK 0.680.000.05   0.08
XYZ46.008166.280980.1806
Yxy66.28090.23900.3444
Hunter Lab81.4131-41.5991-1.4033
CIE-Lab85.1395-43.3597-6.2279

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 11011111
Octal 114 353 337
Decimal 76 235 223
Hex 4C EB DF

RGB Percentages of Color #4cebdf

%14.23
%44.01
%41.76

CMYK Percentages of Color #4cebdf

%68
%0
%5
%8

Triadic Colors of #4cebdf

#4cebdf #df4ceb #ebdf4c

Analogous Colors of #4cebdf

#4cebdf #4ca8eb #4ceb90

Monochromatic Colors of #4cebdf

#4cebdf

Complementary Color

#4cebdf #eb4c58

#4cebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebdf Color CSS Codes

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

#4cebdf Text Font Color

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

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


#4cebdf Background Color

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

This div background color is #4cebdf


#4cebdf Border Color

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

This div border color is #4cebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebdf


Comments

No comments written yet.

Please login to write comment.