Color Hex Logo

#4bcdcb Color Hex

#4BCDCB
(75,205,203)
0 Favorites   0 Comments

Color spaces of #4bcdcb

RGB 75205203
HSL0.500.570.55
HSV179°63°80°
CMYK 0.630.000.01   0.20
XYZ35.512549.470364.1769
Yxy49.47030.23810.3317
Hunter Lab70.3351-32.9611-4.8642
CIE-Lab75.7430-35.3208-9.5108

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001101 11001011
Octal 113 315 313
Decimal 75 205 203
Hex 4B CD CB

RGB Percentages of Color #4bcdcb

%15.53
%42.44
%42.03

CMYK Percentages of Color #4bcdcb

%63
%0
%1
%20

Triadic Colors of #4bcdcb

#4bcdcb #cb4bcd #cdcb4b

Analogous Colors of #4bcdcb

#4bcdcb #4b8ecd #4bcd8a

Monochromatic Colors of #4bcdcb

#4bcdcb

Complementary Color

#4bcdcb #cd4b4d

#4bcdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcdcb Color CSS Codes

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

#4bcdcb Text Font Color

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

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


#4bcdcb Background Color

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

This div background color is #4bcdcb


#4bcdcb Border Color

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

This div border color is #4bcdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcdcb


Comments

No comments written yet.

Please login to write comment.