Color Hex Logo

#4aebd5 Color Hex

#4AEBD5
(74,235,213)
0 Favorites   0 Comments

Color spaces of #4aebd5

RGB 74235213
HSL0.480.800.61
HSV172°69°92°
CMYK 0.690.000.09   0.08
XYZ44.542665.676673.2800
Yxy65.67660.24270.3579
Hunter Lab81.0411-43.71303.1168
CIE-Lab84.8312-46.2442-1.4221

#4aebd5 color RGB value is (74,235,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101011 11010101
Octal 112 353 325
Decimal 74 235 213
Hex 4A EB D5

RGB Percentages of Color #4aebd5

%14.18
%45.02
%40.80

CMYK Percentages of Color #4aebd5

%69
%0
%9
%8

Triadic Colors of #4aebd5

#4aebd5 #d54aeb #ebd54a

Analogous Colors of #4aebd5

#4aebd5 #4ab1eb #4aeb85

Monochromatic Colors of #4aebd5

#4aebd5

Complementary Color

#4aebd5 #eb4a60

#4aebd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aebd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aebd5 Color CSS Codes

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

#4aebd5 Text Font Color

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

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


#4aebd5 Background Color

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

This div background color is #4aebd5


#4aebd5 Border Color

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

This div border color is #4aebd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aebd5


Comments

No comments written yet.

Please login to write comment.