Color Hex Logo

#4bccda Color Hex

#4BCCDA
(75,204,218)
0 Favorites   0 Comments

Color spaces of #4bccda

RGB 75204218
HSL0.520.660.57
HSV186°66°85°
CMYK 0.660.060.00   0.15
XYZ37.149449.743573.9732
Yxy49.74350.23090.3092
Hunter Lab70.5291-29.4055-12.8149
CIE-Lab75.9116-30.5972-17.3517

#4bccda color RGB value is (75,204,218).

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

The process color (four color CMYK) of #4bccda color hex is 0.66, 0.06, 0.00, 0.15. Web safe color of #4bccda is #33cccc. Color #4bccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 11011010
Octal 113 314 332
Decimal 75 204 218
Hex 4B CC DA

RGB Percentages of Color #4bccda

%15.09
%41.05
%43.86

CMYK Percentages of Color #4bccda

%66
%6
%0
%15

Triadic Colors of #4bccda

#4bccda #da4bcc #ccda4b

Analogous Colors of #4bccda

#4bccda #4b85da #4bdaa1

Monochromatic Colors of #4bccda

#4bccda

Complementary Color

#4bccda #da594b

#4bccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bccda Color CSS Codes

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

#4bccda Text Font Color

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

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


#4bccda Background Color

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

This div background color is #4bccda


#4bccda Border Color

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

This div border color is #4bccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bccda


Comments

No comments written yet.

Please login to write comment.