Color Hex Logo

#4bbcec Color Hex

#4BBCEC
(75,188,236)
0 Favorites   0 Comments

Color spaces of #4bbcec

RGB 75188236
HSL0.550.810.61
HSV198°68°93°
CMYK 0.680.200.00   0.07
XYZ36.025243.518485.8580
Yxy43.51840.21780.2631
Hunter Lab65.9685-17.9665-30.9880
CIE-Lab71.9054-17.0548-33.2113

#4bbcec color RGB value is (75,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111100 11101100
Octal 113 274 354
Decimal 75 188 236
Hex 4B BC EC

RGB Percentages of Color #4bbcec

%15.03
%37.68
%47.29

CMYK Percentages of Color #4bbcec

%68
%20
%0
%7

Triadic Colors of #4bbcec

#4bbcec #ec4bbc #bcec4b

Analogous Colors of #4bbcec

#4bbcec #4b6cec #4beccc

Monochromatic Colors of #4bbcec

#4bbcec

Complementary Color

#4bbcec #ec7b4b

#4bbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbcec Color CSS Codes

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

#4bbcec Text Font Color

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

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


#4bbcec Background Color

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

This div background color is #4bbcec


#4bbcec Border Color

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

This div border color is #4bbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbcec


Comments

No comments written yet.

Please login to write comment.