Color Hex Logo

#4acfee Color Hex

#4ACFEE
(74,207,238)
0 Favorites   0 Comments

Color spaces of #4acfee

RGB 74207238
HSL0.530.830.61
HSV191°69°93°
CMYK 0.690.130.00   0.07
XYZ40.569552.254588.8368
Yxy52.25450.22330.2876
Hunter Lab72.2873-26.3239-22.2628
CIE-Lab77.4328-26.2632-25.7939

#4acfee color RGB value is (74,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001111 11101110
Octal 112 317 356
Decimal 74 207 238
Hex 4A CF EE

RGB Percentages of Color #4acfee

%14.26
%39.88
%45.86

CMYK Percentages of Color #4acfee

%69
%13
%0
%7

Triadic Colors of #4acfee

#4acfee #ee4acf #cfee4a

Analogous Colors of #4acfee

#4acfee #4a7dee #4aeebb

Monochromatic Colors of #4acfee

#4acfee

Complementary Color

#4acfee #ee694a

#4acfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acfee Color CSS Codes

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

#4acfee Text Font Color

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

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


#4acfee Background Color

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

This div background color is #4acfee


#4acfee Border Color

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

This div border color is #4acfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acfee


Comments

No comments written yet.

Please login to write comment.