Color Hex Logo

#4aebde Color Hex

#4AEBDE
(74,235,222)
0 Favorites   0 Comments

Color spaces of #4aebde

RGB 74235222
HSL0.490.800.61
HSV175°69°92°
CMYK 0.690.000.06   0.08
XYZ45.717266.146479.4652
Yxy66.14640.23890.3457
Hunter Lab81.3304-41.9904-0.9989
CIE-Lab85.0710-43.8937-5.8072

#4aebde color RGB value is (74,235,222).

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

The process color (four color CMYK) of #4aebde color hex is 0.69, 0.00, 0.06, 0.08. Web safe color of #4aebde is #33ffcc. Color #4aebde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101011 11011110
Octal 112 353 336
Decimal 74 235 222
Hex 4A EB DE

RGB Percentages of Color #4aebde

%13.94
%44.26
%41.81

CMYK Percentages of Color #4aebde

%69
%0
%6
%8

Triadic Colors of #4aebde

#4aebde #de4aeb #ebde4a

Analogous Colors of #4aebde

#4aebde #4aa8eb #4aeb8e

Monochromatic Colors of #4aebde

#4aebde

Complementary Color

#4aebde #eb4a57

#4aebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aebde Color CSS Codes

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

#4aebde Text Font Color

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

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


#4aebde Background Color

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

This div background color is #4aebde


#4aebde Border Color

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

This div border color is #4aebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aebde


Comments

No comments written yet.

Please login to write comment.