Color Hex Logo

#4abeeb Color Hex

#4ABEEB
(74,190,235)
0 Favorites   0 Comments

Color spaces of #4abeeb

RGB 74190235
HSL0.550.800.61
HSV197°69°92°
CMYK 0.690.190.00   0.08
XYZ36.232944.280985.2347
Yxy44.28090.21860.2672
Hunter Lab66.5439-19.2592-29.3626
CIE-Lab72.4159-18.5609-31.8830

#4abeeb color RGB value is (74,190,235).

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

The process color (four color CMYK) of #4abeeb color hex is 0.69, 0.19, 0.00, 0.08. Web safe color of #4abeeb is #33ccff. Color #4abeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111110 11101011
Octal 112 276 353
Decimal 74 190 235
Hex 4A BE EB

RGB Percentages of Color #4abeeb

%14.83
%38.08
%47.09

CMYK Percentages of Color #4abeeb

%69
%19
%0
%8

Triadic Colors of #4abeeb

#4abeeb #eb4abe #beeb4a

Analogous Colors of #4abeeb

#4abeeb #4a6eeb #4aebc8

Monochromatic Colors of #4abeeb

#4abeeb

Complementary Color

#4abeeb #eb774a

#4abeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abeeb Color CSS Codes

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

#4abeeb Text Font Color

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

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


#4abeeb Background Color

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

This div background color is #4abeeb


#4abeeb Border Color

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

This div border color is #4abeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abeeb


Comments

No comments written yet.

Please login to write comment.