Color Hex Logo

#4bbccc Color Hex

#4BBCCC
(75,188,204)
0 Favorites   0 Comments

Color spaces of #4bbccc

RGB 75188204
HSL0.520.560.55
HSV187°63°80°
CMYK 0.630.080.00   0.20
XYZ31.784041.821963.5240
Yxy41.82190.23180.3050
Hunter Lab64.6699-25.4429-12.9706
CIE-Lab70.7480-26.8625-17.5523

#4bbccc color RGB value is (75,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111100 11001100
Octal 113 274 314
Decimal 75 188 204
Hex 4B BC CC

RGB Percentages of Color #4bbccc

%16.06
%40.26
%43.68

CMYK Percentages of Color #4bbccc

%63
%8
%0
%20

Triadic Colors of #4bbccc

#4bbccc #cc4bbc #bccc4b

Analogous Colors of #4bbccc

#4bbccc #4b7ccc #4bcc9c

Monochromatic Colors of #4bbccc

#4bbccc

Complementary Color

#4bbccc #cc5b4b

#4bbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbccc Color CSS Codes

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

#4bbccc Text Font Color

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

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


#4bbccc Background Color

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

This div background color is #4bbccc


#4bbccc Border Color

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

This div border color is #4bbccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbccc


Comments

No comments written yet.

Please login to write comment.