Color Hex Logo

#4badbe Color Hex

#4BADBE
(75,173,190)
0 Favorites   0 Comments

Color spaces of #4badbe

RGB 75173190
HSL0.520.470.52
HSV189°61°75°
CMYK 0.610.090.00   0.25
XYZ27.139535.100754.0599
Yxy35.10070.23340.3018
Hunter Lab59.2458-21.9125-12.6281
CIE-Lab65.8270-23.4535-17.2873

#4badbe color RGB value is (75,173,190).

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

The process color (four color CMYK) of #4badbe color hex is 0.61, 0.09, 0.00, 0.25. Web safe color of #4badbe is #3399cc. Color #4badbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 10111110
Octal 113 255 276
Decimal 75 173 190
Hex 4B AD BE

RGB Percentages of Color #4badbe

%17.12
%39.50
%43.38

CMYK Percentages of Color #4badbe

%61
%9
%0
%25

Triadic Colors of #4badbe

#4badbe #be4bad #adbe4b

Analogous Colors of #4badbe

#4badbe #4b74be #4bbe96

Monochromatic Colors of #4badbe

#4badbe

Complementary Color

#4badbe #be5c4b

#4badbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4badbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4badbe Color CSS Codes

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

#4badbe Text Font Color

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

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


#4badbe Background Color

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

This div background color is #4badbe


#4badbe Border Color

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

This div border color is #4badbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4badbe


Comments

No comments written yet.

Please login to write comment.