Color Hex Logo

#4cabeb Color Hex

#4CABEB
(76,171,235)
0 Favorites   0 Comments

Color spaces of #4cabeb

RGB 76171235
HSL0.570.800.61
HSV204°68°92°
CMYK 0.680.270.00   0.08
XYZ32.538836.660583.9585
Yxy36.66050.21250.2394
Hunter Lab60.5479-10.0319-39.8307
CIE-Lab67.0215-8.0746-40.2589

#4cabeb color RGB value is (76,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 11101011
Octal 114 253 353
Decimal 76 171 235
Hex 4C AB EB

RGB Percentages of Color #4cabeb

%15.77
%35.48
%48.76

CMYK Percentages of Color #4cabeb

%68
%27
%0
%8

Triadic Colors of #4cabeb

#4cabeb #eb4cab #abeb4c

Analogous Colors of #4cabeb

#4cabeb #4c5beb #4cebdc

Monochromatic Colors of #4cabeb

#4cabeb

Complementary Color

#4cabeb #eb8c4c

#4cabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabeb Color CSS Codes

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

#4cabeb Text Font Color

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

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


#4cabeb Background Color

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

This div background color is #4cabeb


#4cabeb Border Color

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

This div border color is #4cabeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,171,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabeb


Comments

No comments written yet.

Please login to write comment.