Color Hex Logo

#4aedef Color Hex

#4AEDEF
(74,237,239)
0 Favorites   0 Comments

Color spaces of #4aedef

RGB 74237239
HSL0.500.840.61
HSV181°69°94°
CMYK 0.690.010.00   0.06
XYZ48.688268.256292.2700
Yxy68.25620.23270.3263
Hunter Lab82.6173-39.3863-8.3851
CIE-Lab86.1344-40.1683-13.1682

#4aedef color RGB value is (74,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101101 11101111
Octal 112 355 357
Decimal 74 237 239
Hex 4A ED EF

RGB Percentages of Color #4aedef

%13.45
%43.09
%43.45

CMYK Percentages of Color #4aedef

%69
%1
%0
%6

Triadic Colors of #4aedef

#4aedef #ef4aed #edef4a

Analogous Colors of #4aedef

#4aedef #4a9bef #4aef9f

Monochromatic Colors of #4aedef

#4aedef

Complementary Color

#4aedef #ef4c4a

#4aedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aedef Color CSS Codes

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

#4aedef Text Font Color

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

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


#4aedef Background Color

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

This div background color is #4aedef


#4aedef Border Color

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

This div border color is #4aedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aedef


Comments

No comments written yet.

Please login to write comment.