Color Hex Logo

#4bcccb Color Hex

#4BCCCB
(75,204,203)
0 Favorites   0 Comments

Color spaces of #4bcccb

RGB 75204203
HSL0.500.560.55
HSV180°63°80°
CMYK 0.630.000.00   0.20
XYZ35.274048.993464.0974
Yxy48.99340.23780.3302
Hunter Lab69.9953-32.5370-5.2975
CIE-Lab75.4472-34.8540-9.9515

#4bcccb color RGB value is (75,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 11001011
Octal 113 314 313
Decimal 75 204 203
Hex 4B CC CB

RGB Percentages of Color #4bcccb

%15.56
%42.32
%42.12

CMYK Percentages of Color #4bcccb

%63
%0
%0
%20

Triadic Colors of #4bcccb

#4bcccb #cb4bcc #cccb4b

Analogous Colors of #4bcccb

#4bcccb #4b8dcc #4bcc8b

Monochromatic Colors of #4bcccb

#4bcccb

Complementary Color

#4bcccb #cc4b4c

#4bcccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcccb Color CSS Codes

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

#4bcccb Text Font Color

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

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


#4bcccb Background Color

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

This div background color is #4bcccb


#4bcccb Border Color

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

This div border color is #4bcccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,204,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 #4bcccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcccb


Comments

No comments written yet.

Please login to write comment.