Color Hex Logo

#4aecef Color Hex

#4AECEF
(74,236,239)
0 Favorites   0 Comments

Color spaces of #4aecef

RGB 74236239
HSL0.500.840.61
HSV181°69°94°
CMYK 0.690.010.00   0.06
XYZ48.399567.678792.1737
Yxy67.67870.23240.3250
Hunter Lab82.2671-38.9519-8.8428
CIE-Lab85.8455-39.7156-13.6004

#4aecef color RGB value is (74,236,239).

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

The process color (four color CMYK) of #4aecef color hex is 0.69, 0.01, 0.00, 0.06. Web safe color of #4aecef is #33ffff. Color #4aecef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101100 11101111
Octal 112 354 357
Decimal 74 236 239
Hex 4A EC EF

RGB Percentages of Color #4aecef

%13.48
%42.99
%43.53

CMYK Percentages of Color #4aecef

%69
%1
%0
%6

Triadic Colors of #4aecef

#4aecef #ef4aec #ecef4a

Analogous Colors of #4aecef

#4aecef #4a9aef #4aefa0

Monochromatic Colors of #4aecef

#4aecef

Complementary Color

#4aecef #ef4d4a

#4aecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aecef Color CSS Codes

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

#4aecef Text Font Color

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

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


#4aecef Background Color

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

This div background color is #4aecef


#4aecef Border Color

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

This div border color is #4aecef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,236,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aecef


Comments

No comments written yet.

Please login to write comment.