Color Hex Logo

#4ccebe Color Hex

#4CCEBE
(76,206,190)
0 Favorites   0 Comments

Color spaces of #4ccebe

RGB 76206190
HSL0.480.570.55
HSV173°63°81°
CMYK 0.630.000.08   0.19
XYZ34.346149.396856.4395
Yxy49.39680.24500.3524
Hunter Lab70.2829-35.76491.5861
CIE-Lab75.6975-39.1116-2.5596

#4ccebe color RGB value is (76,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001110 10111110
Octal 114 316 276
Decimal 76 206 190
Hex 4C CE BE

RGB Percentages of Color #4ccebe

%16.10
%43.64
%40.25

CMYK Percentages of Color #4ccebe

%63
%0
%8
%19

Triadic Colors of #4ccebe

#4ccebe #be4cce #cebe4c

Analogous Colors of #4ccebe

#4ccebe #4c9dce #4cce7d

Monochromatic Colors of #4ccebe

#4ccebe

Complementary Color

#4ccebe #ce4c5c

#4ccebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccebe Color CSS Codes

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

#4ccebe Text Font Color

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

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


#4ccebe Background Color

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

This div background color is #4ccebe


#4ccebe Border Color

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

This div border color is #4ccebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccebe


Comments

No comments written yet.

Please login to write comment.