Color Hex Logo

#4abcec Color Hex

#4ABCEC
(74,188,236)
0 Favorites   0 Comments

Color spaces of #4abcec

RGB 74188236
HSL0.550.810.61
HSV198°69°93°
CMYK 0.690.200.00   0.07
XYZ35.947643.478485.8544
Yxy43.47840.21750.2631
Hunter Lab65.9382-18.0787-31.0415
CIE-Lab71.8785-17.1987-33.2551

#4abcec color RGB value is (74,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 11101100
Octal 112 274 354
Decimal 74 188 236
Hex 4A BC EC

RGB Percentages of Color #4abcec

%14.86
%37.75
%47.39

CMYK Percentages of Color #4abcec

%69
%20
%0
%7

Triadic Colors of #4abcec

#4abcec #ec4abc #bcec4a

Analogous Colors of #4abcec

#4abcec #4a6bec #4aeccb

Monochromatic Colors of #4abcec

#4abcec

Complementary Color

#4abcec #ec7a4a

#4abcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abcec Color CSS Codes

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

#4abcec Text Font Color

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

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


#4abcec Background Color

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

This div background color is #4abcec


#4abcec Border Color

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

This div border color is #4abcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abcec


Comments

No comments written yet.

Please login to write comment.