Color Hex Logo

#4cbccb Color Hex

#4CBCCB
(76,188,203)
0 Favorites   0 Comments

Color spaces of #4cbccb

RGB 76188203
HSL0.520.550.55
HSV187°63°80°
CMYK 0.630.070.00   0.20
XYZ31.743241.814762.8979
Yxy41.81470.23260.3064
Hunter Lab64.6643-25.5382-12.4054
CIE-Lab70.7430-26.9896-17.0100

#4cbccb color RGB value is (76,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111100 11001011
Octal 114 274 313
Decimal 76 188 203
Hex 4C BC CB

RGB Percentages of Color #4cbccb

%16.27
%40.26
%43.47

CMYK Percentages of Color #4cbccb

%63
%7
%0
%20

Triadic Colors of #4cbccb

#4cbccb #cb4cbc #bccb4c

Analogous Colors of #4cbccb

#4cbccb #4c7dcb #4ccb9b

Monochromatic Colors of #4cbccb

#4cbccb

Complementary Color

#4cbccb #cb5b4c

#4cbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbccb Color CSS Codes

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

#4cbccb Text Font Color

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

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


#4cbccb Background Color

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

This div background color is #4cbccb


#4cbccb Border Color

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

This div border color is #4cbccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbccb


Comments

No comments written yet.

Please login to write comment.