Color Hex Logo

#4acdef Color Hex

#4ACDEF
(74,205,239)
0 Favorites   0 Comments

Color spaces of #4acdef

RGB 74205239
HSL0.530.840.61
HSV192°69°94°
CMYK 0.690.140.00   0.06
XYZ40.235351.350589.4524
Yxy51.35050.22220.2836
Hunter Lab71.6593-25.1794-23.8503
CIE-Lab76.8908-24.9639-27.1590

#4acdef color RGB value is (74,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 11101111
Octal 112 315 357
Decimal 74 205 239
Hex 4A CD EF

RGB Percentages of Color #4acdef

%14.29
%39.58
%46.14

CMYK Percentages of Color #4acdef

%69
%14
%0
%6

Triadic Colors of #4acdef

#4acdef #ef4acd #cdef4a

Analogous Colors of #4acdef

#4acdef #4a7bef #4aefbf

Monochromatic Colors of #4acdef

#4acdef

Complementary Color

#4acdef #ef6c4a

#4acdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acdef Color CSS Codes

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

#4acdef Text Font Color

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

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


#4acdef Background Color

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

This div background color is #4acdef


#4acdef Border Color

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

This div border color is #4acdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acdef


Comments

No comments written yet.

Please login to write comment.