Color Hex Logo

#4bbaca Color Hex

#4BBACA
(75,186,202)
0 Favorites   0 Comments

Color spaces of #4bbaca

RGB 75186202
HSL0.520.550.54
HSV188°63°79°
CMYK 0.630.080.00   0.21
XYZ31.121240.877962.1271
Yxy40.87790.23200.3048
Hunter Lab63.9358-25.0016-12.8576
CIE-Lab70.0903-26.4571-17.4521

#4bbaca color RGB value is (75,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111010 11001010
Octal 113 272 312
Decimal 75 186 202
Hex 4B BA CA

RGB Percentages of Color #4bbaca

%16.20
%40.17
%43.63

CMYK Percentages of Color #4bbaca

%63
%8
%0
%21

Triadic Colors of #4bbaca

#4bbaca #ca4bba #baca4b

Analogous Colors of #4bbaca

#4bbaca #4b7bca #4bca9b

Monochromatic Colors of #4bbaca

#4bbaca

Complementary Color

#4bbaca #ca5b4b

#4bbaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbaca Color CSS Codes

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

#4bbaca Text Font Color

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

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


#4bbaca Background Color

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

This div background color is #4bbaca


#4bbaca Border Color

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

This div border color is #4bbaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbaca


Comments

No comments written yet.

Please login to write comment.