Color Hex Logo

#4bbded Color Hex

#4BBDED
(75,189,237)
0 Favorites   0 Comments

Color spaces of #4bbded

RGB 75189237
HSL0.550.820.61
HSV198°68°93°
CMYK 0.680.200.00   0.07
XYZ36.385344.005586.6970
Yxy44.00550.21780.2634
Hunter Lab66.3366-18.1828-31.0519
CIE-Lab72.2322-17.2616-33.2478

#4bbded color RGB value is (75,189,237).

#4bbded hex color red value is 75, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4bbded hue: 0.55 , saturation: 0.82 and the lightness value of 4bbded is 0.61.

The process color (four color CMYK) of #4bbded color hex is 0.68, 0.20, 0.00, 0.07. Web safe color of #4bbded is #33ccff. Color #4bbded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111101 11101101
Octal 113 275 355
Decimal 75 189 237
Hex 4B BD ED

RGB Percentages of Color #4bbded

%14.97
%37.72
%47.31

CMYK Percentages of Color #4bbded

%68
%20
%0
%7

Triadic Colors of #4bbded

#4bbded #ed4bbd #bded4b

Analogous Colors of #4bbded

#4bbded #4b6ced #4bedcc

Monochromatic Colors of #4bbded

#4bbded

Complementary Color

#4bbded #ed7b4b

#4bbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbded Color CSS Codes

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

#4bbded Text Font Color

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

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


#4bbded Background Color

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

This div background color is #4bbded


#4bbded Border Color

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

This div border color is #4bbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbded


Comments

No comments written yet.

Please login to write comment.