Color Hex Logo

#accfee Color Hex

#ACCFEE
(172,207,238)
0 Favorites   0 Comments

Color spaces of #accfee

RGB 172207238
HSL0.580.660.80
HSV208°28°93°
CMYK 0.280.130.00   0.07
XYZ54.758759.569389.5009
Yxy59.56930.26870.2923
Hunter Lab77.1812-8.4243-14.7271
CIE-Lab81.6035-4.6586-19.0675

#accfee color RGB value is (172,207,238).

#accfee hex color red value is 172, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #accfee hue: 0.58 , saturation: 0.66 and the lightness value of accfee is 0.80.

The process color (four color CMYK) of #accfee color hex is 0.28, 0.13, 0.00, 0.07. Web safe color of #accfee is #99ccff. Color #accfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11101110
Octal 254 317 356
Decimal 172 207 238
Hex AC CF EE

RGB Percentages of Color #accfee

%27.88
%33.55
%38.57

CMYK Percentages of Color #accfee

%28
%13
%0
%7

Triadic Colors of #accfee

#accfee #eeaccf #cfeeac

Analogous Colors of #accfee

#accfee #acaeee #aceeec

Monochromatic Colors of #accfee

#accfee

Complementary Color

#accfee #eecbac

#accfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfee Color CSS Codes

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

#accfee Text Font Color

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

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


#accfee Background Color

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

This div background color is #accfee


#accfee Border Color

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

This div border color is #accfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfee


Comments

No comments written yet.

Please login to write comment.