Color Hex Logo

#4badbb Color Hex

#4BADBB
(75,173,187)
0 Favorites   0 Comments

Color spaces of #4badbb

RGB 75173187
HSL0.520.450.51
HSV188°60°73°
CMYK 0.600.070.00   0.27
XYZ26.814934.970952.3505
Yxy34.97090.23490.3064
Hunter Lab59.1362-22.5488-11.0913
CIE-Lab65.7260-24.3362-15.7743

#4badbb color RGB value is (75,173,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 10111011
Octal 113 255 273
Decimal 75 173 187
Hex 4B AD BB

RGB Percentages of Color #4badbb

%17.24
%39.77
%42.99

CMYK Percentages of Color #4badbb

%60
%7
%0
%27

Triadic Colors of #4badbb

#4badbb #bb4bad #adbb4b

Analogous Colors of #4badbb

#4badbb #4b75bb #4bbb91

Monochromatic Colors of #4badbb

#4badbb

Complementary Color

#4badbb #bb594b

#4badbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4badbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4badbb Color CSS Codes

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

#4badbb Text Font Color

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

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


#4badbb Background Color

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

This div background color is #4badbb


#4badbb Border Color

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

This div border color is #4badbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4badbb


Comments

No comments written yet.

Please login to write comment.