Color Hex Logo

#acfefd Color Hex

#ACFEFD
(172,254,253)
0 Favorites   0 Comments

Color spaces of #acfefd

RGB 172254253
HSL0.500.980.84
HSV179°32°100°
CMYK 0.320.000.00   0.00
XYZ70.184786.7461105.9731
Yxy86.74610.26700.3300
Hunter Lab93.1376-28.4804-2.2646
CIE-Lab94.6304-24.9252-7.4601

#acfefd color RGB value is (172,254,253).

#acfefd hex color red value is 172, green value is 254 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #acfefd hue: 0.50 , saturation: 0.98 and the lightness value of acfefd is 0.84.

The process color (four color CMYK) of #acfefd color hex is 0.32, 0.00, 0.00, 0.00. Web safe color of #acfefd is #99ffff. Color #acfefd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 11111101
Octal 254 376 375
Decimal 172 254 253
Hex AC FE FD

RGB Percentages of Color #acfefd

%25.33
%37.41
%37.26

CMYK Percentages of Color #acfefd

%32
%0
%0
%0

Triadic Colors of #acfefd

#acfefd #fdacfe #fefdac

Analogous Colors of #acfefd

#acfefd #acd6fe #acfed4

Monochromatic Colors of #acfefd

#acfefd

Complementary Color

#acfefd #feacad

#acfefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfefd Color CSS Codes

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

#acfefd Text Font Color

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

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


#acfefd Background Color

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

This div background color is #acfefd


#acfefd Border Color

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

This div border color is #acfefd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,254,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acfefd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acfefd;
  -webkit-box-shadow: 1px 1px 3px 2px #acfefd;
  box-shadow:         1px 1px 3px 2px #acfefd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,254,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfefd

Related Colors


Comments

No comments written yet.

Please login to write comment.