Color Hex Logo

#4bcbcb Color Hex

#4BCBCB
(75,203,203)
0 Favorites   0 Comments

Color spaces of #4bcbcb

RGB 75203203
HSL0.500.550.55
HSV180°63°80°
CMYK 0.630.000.00   0.20
XYZ35.037148.519564.0185
Yxy48.51950.23740.3288
Hunter Lab69.6559-32.1120-5.7323
CIE-Lab75.1514-34.3852-10.3927

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001011 11001011
Octal 113 313 313
Decimal 75 203 203
Hex 4B CB CB

RGB Percentages of Color #4bcbcb

%15.59
%42.20
%42.20

CMYK Percentages of Color #4bcbcb

%63
%0
%0
%20

Triadic Colors of #4bcbcb

#4bcbcb #cb4bcb #cbcb4b

Analogous Colors of #4bcbcb

#4bcbcb #4b8bcb #4bcb8b

Monochromatic Colors of #4bcbcb

#4bcbcb

Complementary Color

#4bcbcb #cb4b4b

#4bcbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcbcb Color CSS Codes

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

#4bcbcb Text Font Color

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

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


#4bcbcb Background Color

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

This div background color is #4bcbcb


#4bcbcb Border Color

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

This div border color is #4bcbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcbcb


Comments

No comments written yet.

Please login to write comment.