Color Hex Logo

#4abceb Color Hex

#4ABCEB
(74,188,235)
0 Favorites   0 Comments

Color spaces of #4abceb

RGB 74188235
HSL0.550.800.61
HSV198°69°92°
CMYK 0.690.200.00   0.08
XYZ35.802743.420485.0912
Yxy43.42040.21790.2643
Hunter Lab65.8942-18.3292-30.4371
CIE-Lab71.8394-17.5167-32.7734

#4abceb color RGB value is (74,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 11101011
Octal 112 274 353
Decimal 74 188 235
Hex 4A BC EB

RGB Percentages of Color #4abceb

%14.89
%37.83
%47.28

CMYK Percentages of Color #4abceb

%69
%20
%0
%8

Triadic Colors of #4abceb

#4abceb #eb4abc #bceb4a

Analogous Colors of #4abceb

#4abceb #4a6ceb #4aebca

Monochromatic Colors of #4abceb

#4abceb

Complementary Color

#4abceb #eb794a

#4abceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abceb Color CSS Codes

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

#4abceb Text Font Color

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

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


#4abceb Background Color

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

This div background color is #4abceb


#4abceb Border Color

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

This div border color is #4abceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abceb


Comments

No comments written yet.

Please login to write comment.