Color Hex Logo

#accfda Color Hex

#ACCFDA
(172,207,218)
0 Favorites   0 Comments

Color spaces of #accfda

RGB 172207218
HSL0.540.380.76
HSV194°21°85°
CMYK 0.210.050.00   0.15
XYZ51.981058.458374.8735
Yxy58.45830.28050.3155
Hunter Lab76.4580-12.4460-4.5406
CIE-Lab80.9929-9.1840-9.3012

#accfda color RGB value is (172,207,218).

#accfda hex color red value is 172, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #accfda hue: 0.54 , saturation: 0.38 and the lightness value of accfda is 0.76.

The process color (four color CMYK) of #accfda color hex is 0.21, 0.05, 0.00, 0.15. Web safe color of #accfda is #99cccc. Color #accfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11011010
Octal 254 317 332
Decimal 172 207 218
Hex AC CF DA

RGB Percentages of Color #accfda

%28.81
%34.67
%36.52

CMYK Percentages of Color #accfda

%21
%5
%0
%15

Triadic Colors of #accfda

#accfda #daaccf #cfdaac

Analogous Colors of #accfda

#accfda #acb8da #acdace

Monochromatic Colors of #accfda

#accfda

Complementary Color

#accfda #dab7ac

#accfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfda Color CSS Codes

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

#accfda Text Font Color

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

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


#accfda Background Color

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

This div background color is #accfda


#accfda Border Color

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

This div border color is #accfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfda


Comments

No comments written yet.

Please login to write comment.