Color Hex Logo

#4ceed5 Color Hex

#4CEED5
(76,238,213)
0 Favorites   0 Comments

Color spaces of #4ceed5

RGB 76238213
HSL0.470.830.62
HSV171°68°93°
CMYK 0.680.000.11   0.07
XYZ45.565367.489773.5761
Yxy67.48970.24410.3616
Hunter Lab82.1521-44.76204.4059
CIE-Lab85.7506-47.2574-0.0726

#4ceed5 color RGB value is (76,238,213).

#4ceed5 hex color red value is 76, green value is 238 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #4ceed5 hue: 0.47 , saturation: 0.83 and the lightness value of 4ceed5 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101110 11010101
Octal 114 356 325
Decimal 76 238 213
Hex 4C EE D5

RGB Percentages of Color #4ceed5

%14.42
%45.16
%40.42

CMYK Percentages of Color #4ceed5

%68
%0
%11
%7

Triadic Colors of #4ceed5

#4ceed5 #d54cee #eed54c

Analogous Colors of #4ceed5

#4ceed5 #4cb6ee #4cee84

Monochromatic Colors of #4ceed5

#4ceed5

Complementary Color

#4ceed5 #ee4c65

#4ceed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ceed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ceed5 Color CSS Codes

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

#4ceed5 Text Font Color

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

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


#4ceed5 Background Color

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

This div background color is #4ceed5


#4ceed5 Border Color

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

This div border color is #4ceed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ceed5


Comments

No comments written yet.

Please login to write comment.