Color Hex Logo

#4aefeb Color Hex

#4AEFEB
(74,239,235)
0 Favorites   0 Comments

Color spaces of #4aefeb

RGB 74239235
HSL0.500.840.61
HSV179°69°94°
CMYK 0.690.000.02   0.06
XYZ48.685969.187089.3857
Yxy69.18700.23490.3338
Hunter Lab83.1787-41.0837-5.4892
CIE-Lab86.5966-42.1668-10.3784

#4aefeb color RGB value is (74,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101111 11101011
Octal 112 357 353
Decimal 74 239 235
Hex 4A EF EB

RGB Percentages of Color #4aefeb

%13.50
%43.61
%42.88

CMYK Percentages of Color #4aefeb

%69
%0
%2
%6

Triadic Colors of #4aefeb

#4aefeb #eb4aef #efeb4a

Analogous Colors of #4aefeb

#4aefeb #4aa1ef #4aef99

Monochromatic Colors of #4aefeb

#4aefeb

Complementary Color

#4aefeb #ef4a4e

#4aefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aefeb Color CSS Codes

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

#4aefeb Text Font Color

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

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


#4aefeb Background Color

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

This div background color is #4aefeb


#4aefeb Border Color

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

This div border color is #4aefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aefeb


Comments

No comments written yet.

Please login to write comment.