Color Hex Logo

#4aecee Color Hex

#4AECEE
(74,236,238)
0 Favorites   0 Comments

Color spaces of #4aecee

RGB 74236238
HSL0.500.830.61
HSV181°69°93°
CMYK 0.690.010.00   0.07
XYZ48.252167.619891.3977
Yxy67.61980.23280.3262
Hunter Lab82.2313-39.1635-8.3373
CIE-Lab85.8160-39.9939-13.1189

#4aecee color RGB value is (74,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101100 11101110
Octal 112 354 356
Decimal 74 236 238
Hex 4A EC EE

RGB Percentages of Color #4aecee

%13.50
%43.07
%43.43

CMYK Percentages of Color #4aecee

%69
%1
%0
%7

Triadic Colors of #4aecee

#4aecee #ee4aec #ecee4a

Analogous Colors of #4aecee

#4aecee #4a9aee #4aee9e

Monochromatic Colors of #4aecee

#4aecee

Complementary Color

#4aecee #ee4c4a

#4aecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aecee Color CSS Codes

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

#4aecee Text Font Color

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

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


#4aecee Background Color

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

This div background color is #4aecee


#4aecee Border Color

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

This div border color is #4aecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aecee


Comments

No comments written yet.

Please login to write comment.