Color Hex Logo

#4bbbda Color Hex

#4BBBDA
(75,187,218)
0 Favorites   0 Comments

Color spaces of #4bbbda

RGB 75187218
HSL0.540.660.57
HSV193°66°85°
CMYK 0.660.140.00   0.15
XYZ33.326942.098572.6990
Yxy42.09850.22500.2842
Hunter Lab64.8834-21.8605-21.0135
CIE-Lab70.9388-22.1579-24.9101

#4bbbda color RGB value is (75,187,218).

#4bbbda hex color red value is 75, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4bbbda hue: 0.54 , saturation: 0.66 and the lightness value of 4bbbda is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111011 11011010
Octal 113 273 332
Decimal 75 187 218
Hex 4B BB DA

RGB Percentages of Color #4bbbda

%15.63
%38.96
%45.42

CMYK Percentages of Color #4bbbda

%66
%14
%0
%15

Triadic Colors of #4bbbda

#4bbbda #da4bbb #bbda4b

Analogous Colors of #4bbbda

#4bbbda #4b74da #4bdab2

Monochromatic Colors of #4bbbda

#4bbbda

Complementary Color

#4bbbda #da6a4b

#4bbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbbda Color CSS Codes

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

#4bbbda Text Font Color

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

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


#4bbbda Background Color

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

This div background color is #4bbbda


#4bbbda Border Color

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

This div border color is #4bbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbbda


Comments

No comments written yet.

Please login to write comment.