Color Hex Logo

#4badba Color Hex

#4BADBA
(75,173,186)
0 Favorites   0 Comments

Color spaces of #4badba

RGB 75173186
HSL0.520.450.51
HSV187°60°73°
CMYK 0.600.070.00   0.27
XYZ26.708134.928251.7885
Yxy34.92820.23550.3079
Hunter Lab59.1001-22.7587-10.5849
CIE-Lab65.6927-24.6287-15.2690

#4badba color RGB value is (75,173,186).

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

The process color (four color CMYK) of #4badba color hex is 0.60, 0.07, 0.00, 0.27. Web safe color of #4badba is #3399cc. Color #4badba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 10111010
Octal 113 255 272
Decimal 75 173 186
Hex 4B AD BA

RGB Percentages of Color #4badba

%17.28
%39.86
%42.86

CMYK Percentages of Color #4badba

%60
%7
%0
%27

Triadic Colors of #4badba

#4badba #ba4bad #adba4b

Analogous Colors of #4badba

#4badba #4b76ba #4bba90

Monochromatic Colors of #4badba

#4badba

Complementary Color

#4badba #ba584b

#4badba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4badba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4badba Color CSS Codes

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

#4badba Text Font Color

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

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


#4badba Background Color

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

This div background color is #4badba


#4badba Border Color

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

This div border color is #4badba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4badba


Comments

No comments written yet.

Please login to write comment.