Color Hex Logo

#4bbadd Color Hex

#4BBADD
(75,186,221)
0 Favorites   0 Comments

Color spaces of #4bbadd

RGB 75186221
HSL0.540.680.58
HSV194°66°87°
CMYK 0.660.160.00   0.13
XYZ33.511741.834174.7152
Yxy41.83410.22330.2788
Hunter Lab64.6793-20.7041-23.2142
CIE-Lab70.7564-20.7212-26.8259

#4bbadd color RGB value is (75,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111010 11011101
Octal 113 272 335
Decimal 75 186 221
Hex 4B BA DD

RGB Percentages of Color #4bbadd

%15.56
%38.59
%45.85

CMYK Percentages of Color #4bbadd

%66
%16
%0
%13

Triadic Colors of #4bbadd

#4bbadd #dd4bba #badd4b

Analogous Colors of #4bbadd

#4bbadd #4b71dd #4bddb7

Monochromatic Colors of #4bbadd

#4bbadd

Complementary Color

#4bbadd #dd6e4b

#4bbadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbadd Color CSS Codes

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

#4bbadd Text Font Color

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

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


#4bbadd Background Color

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

This div background color is #4bbadd


#4bbadd Border Color

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

This div border color is #4bbadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbadd


Comments

No comments written yet.

Please login to write comment.