Color Hex Logo

#acc3ef Color Hex

#ACC3EF
(172,195,239)
0 Favorites   0 Comments

Color spaces of #acc3ef

RGB 172195239
HSL0.610.680.81
HSV219°28°94°
CMYK 0.280.180.00   0.06
XYZ52.108454.032989.3443
Yxy54.03290.26660.2764
Hunter Lab73.5071-2.1006-20.6092
CIE-Lab78.48091.9774-24.3420

#acc3ef color RGB value is (172,195,239).

#acc3ef hex color red value is 172, green value is 195 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #acc3ef hue: 0.61 , saturation: 0.68 and the lightness value of acc3ef is 0.81.

The process color (four color CMYK) of #acc3ef color hex is 0.28, 0.18, 0.00, 0.06. Web safe color of #acc3ef is #99ccff. Color #acc3ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 11101111
Octal 254 303 357
Decimal 172 195 239
Hex AC C3 EF

RGB Percentages of Color #acc3ef

%28.38
%32.18
%39.44

CMYK Percentages of Color #acc3ef

%28
%18
%0
%6

Triadic Colors of #acc3ef

#acc3ef #efacc3 #c3efac

Analogous Colors of #acc3ef

#acc3ef #b7acef #ace5ef

Monochromatic Colors of #acc3ef

#acc3ef

Complementary Color

#acc3ef #efd8ac

#acc3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc3ef Color CSS Codes

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

#acc3ef Text Font Color

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

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


#acc3ef Background Color

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

This div background color is #acc3ef


#acc3ef Border Color

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

This div border color is #acc3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc3ef


Comments

No comments written yet.

Please login to write comment.