Color Hex Logo

#4bbad0 Color Hex

#4BBAD0
(75,186,208)
0 Favorites   0 Comments

Color spaces of #4bbad0

RGB 75186208
HSL0.530.590.55
HSV190°64°82°
CMYK 0.640.110.00   0.18
XYZ31.845741.167765.9422
Yxy41.16770.22920.2963
Hunter Lab64.1621-23.6883-16.0215
CIE-Lab70.2933-24.6782-20.4305

#4bbad0 color RGB value is (75,186,208).

#4bbad0 hex color red value is 75, green value is 186 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #4bbad0 hue: 0.53 , saturation: 0.59 and the lightness value of 4bbad0 is 0.55.

The process color (four color CMYK) of #4bbad0 color hex is 0.64, 0.11, 0.00, 0.18. Web safe color of #4bbad0 is #33cccc. Color #4bbad0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111010 11010000
Octal 113 272 320
Decimal 75 186 208
Hex 4B BA D0

RGB Percentages of Color #4bbad0

%15.99
%39.66
%44.35

CMYK Percentages of Color #4bbad0

%64
%11
%0
%18

Triadic Colors of #4bbad0

#4bbad0 #d04bba #bad04b

Analogous Colors of #4bbad0

#4bbad0 #4b78d0 #4bd0a4

Monochromatic Colors of #4bbad0

#4bbad0

Complementary Color

#4bbad0 #d0614b

#4bbad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbad0 Color CSS Codes

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

#4bbad0 Text Font Color

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

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


#4bbad0 Background Color

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

This div background color is #4bbad0


#4bbad0 Border Color

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

This div border color is #4bbad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbad0


Comments

No comments written yet.

Please login to write comment.