Color Hex Logo

#4ccbce Color Hex

#4CCBCE
(76,203,206)
0 Favorites   0 Comments

Color spaces of #4ccbce

RGB 76203206
HSL0.500.570.55
HSV181°63°81°
CMYK 0.630.010.00   0.19
XYZ35.477048.704665.9236
Yxy48.70460.23630.3245
Hunter Lab69.7887-31.3899-7.1543
CIE-Lab75.2672-33.3900-11.8389

#4ccbce color RGB value is (76,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001011 11001110
Octal 114 313 316
Decimal 76 203 206
Hex 4C CB CE

RGB Percentages of Color #4ccbce

%15.67
%41.86
%42.47

CMYK Percentages of Color #4ccbce

%63
%1
%0
%19

Triadic Colors of #4ccbce

#4ccbce #ce4ccb #cbce4c

Analogous Colors of #4ccbce

#4ccbce #4c8ace #4cce90

Monochromatic Colors of #4ccbce

#4ccbce

Complementary Color

#4ccbce #ce4f4c

#4ccbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccbce Color CSS Codes

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

#4ccbce Text Font Color

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

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


#4ccbce Background Color

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

This div background color is #4ccbce


#4ccbce Border Color

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

This div border color is #4ccbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccbce


Comments

No comments written yet.

Please login to write comment.