Color Hex Logo

#4bcdbd Color Hex

#4BCDBD
(75,205,189)
0 Favorites   0 Comments

Color spaces of #4bcdbd

RGB 75205189
HSL0.480.570.55
HSV173°63°80°
CMYK 0.630.000.08   0.20
XYZ33.918348.832655.7821
Yxy48.83260.24480.3525
Hunter Lab69.8803-35.65081.5879
CIE-Lab75.3471-39.0858-2.5376

#4bcdbd color RGB value is (75,205,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001101 10111101
Octal 113 315 275
Decimal 75 205 189
Hex 4B CD BD

RGB Percentages of Color #4bcdbd

%15.99
%43.71
%40.30

CMYK Percentages of Color #4bcdbd

%63
%0
%8
%20

Triadic Colors of #4bcdbd

#4bcdbd #bd4bcd #cdbd4b

Analogous Colors of #4bcdbd

#4bcdbd #4b9ccd #4bcd7c

Monochromatic Colors of #4bcdbd

#4bcdbd

Complementary Color

#4bcdbd #cd4b5b

#4bcdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcdbd Color CSS Codes

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

#4bcdbd Text Font Color

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

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


#4bcdbd Background Color

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

This div background color is #4bcdbd


#4bcdbd Border Color

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

This div border color is #4bcdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcdbd


Comments

No comments written yet.

Please login to write comment.