Color Hex Logo

#4bcdbc Color Hex

#4BCDBC
(75,205,188)
0 Favorites   0 Comments

Color spaces of #4bcdbc

RGB 75205188
HSL0.480.570.55
HSV172°63°80°
CMYK 0.630.000.08   0.20
XYZ33.810148.789355.2123
Yxy48.78930.24530.3540
Hunter Lab69.8493-35.83462.0288
CIE-Lab75.3201-39.3469-2.0374

#4bcdbc color RGB value is (75,205,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001101 10111100
Octal 113 315 274
Decimal 75 205 188
Hex 4B CD BC

RGB Percentages of Color #4bcdbc

%16.03
%43.80
%40.17

CMYK Percentages of Color #4bcdbc

%63
%0
%8
%20

Triadic Colors of #4bcdbc

#4bcdbc #bc4bcd #cdbc4b

Analogous Colors of #4bcdbc

#4bcdbc #4b9dcd #4bcd7b

Monochromatic Colors of #4bcdbc

#4bcdbc

Complementary Color

#4bcdbc #cd4b5c

#4bcdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcdbc Color CSS Codes

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

#4bcdbc Text Font Color

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

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


#4bcdbc Background Color

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

This div background color is #4bcdbc


#4bcdbc Border Color

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

This div border color is #4bcdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcdbc


Comments

No comments written yet.

Please login to write comment.