Color Hex Logo

#4bbcdb Color Hex

#4BBCDB
(75,188,219)
0 Favorites   0 Comments

Color spaces of #4bbcdb

RGB 75188219
HSL0.540.670.58
HSV193°66°86°
CMYK 0.660.140.00   0.14
XYZ33.671142.576873.4613
Yxy42.57680.22490.2844
Hunter Lab65.2509-22.0786-21.0747
CIE-Lab71.2668-22.3621-24.9534

#4bbcdb color RGB value is (75,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111100 11011011
Octal 113 274 333
Decimal 75 188 219
Hex 4B BC DB

RGB Percentages of Color #4bbcdb

%15.56
%39.00
%45.44

CMYK Percentages of Color #4bbcdb

%66
%14
%0
%14

Triadic Colors of #4bbcdb

#4bbcdb #db4bbc #bcdb4b

Analogous Colors of #4bbcdb

#4bbcdb #4b74db #4bdbb2

Monochromatic Colors of #4bbcdb

#4bbcdb

Complementary Color

#4bbcdb #db6a4b

#4bbcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbcdb Color CSS Codes

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

#4bbcdb Text Font Color

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

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


#4bbcdb Background Color

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

This div background color is #4bbcdb


#4bbcdb Border Color

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

This div border color is #4bbcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbcdb


Comments

No comments written yet.

Please login to write comment.