Color Hex Logo

#4babec Color Hex

#4BABEC
(75,171,236)
0 Favorites   0 Comments

Color spaces of #4babec

RGB 75171236
HSL0.570.810.61
HSV204°68°93°
CMYK 0.680.280.00   0.07
XYZ32.604936.677884.7179
Yxy36.67780.21170.2382
Hunter Lab60.5622-9.8847-40.5447
CIE-Lab67.0346-7.8942-40.7877

#4babec color RGB value is (75,171,236).

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

The process color (four color CMYK) of #4babec color hex is 0.68, 0.28, 0.00, 0.07. Web safe color of #4babec is #3399ff. Color #4babec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101011 11101100
Octal 113 253 354
Decimal 75 171 236
Hex 4B AB EC

RGB Percentages of Color #4babec

%15.56
%35.48
%48.96

CMYK Percentages of Color #4babec

%68
%28
%0
%7

Triadic Colors of #4babec

#4babec #ec4bab #abec4b

Analogous Colors of #4babec

#4babec #4b5bec #4becdd

Monochromatic Colors of #4babec

#4babec

Complementary Color

#4babec #ec8c4b

#4babec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4babec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4babec Color CSS Codes

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

#4babec Text Font Color

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

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


#4babec Background Color

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

This div background color is #4babec


#4babec Border Color

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

This div border color is #4babec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,171,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 #4babec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4babec


Comments

No comments written yet.

Please login to write comment.