Color Hex Logo

#accef0 Color Hex

#ACCEF0
(172,206,240)
0 Favorites   0 Comments

Color spaces of #accef0

RGB 172206240
HSL0.580.690.81
HSV210°28°94°
CMYK 0.280.140.00   0.06
XYZ54.812759.204590.9768
Yxy59.20450.26740.2888
Hunter Lab76.9445-7.4953-16.2416
CIE-Lab81.4039-3.6614-20.4360

#accef0 color RGB value is (172,206,240).

#accef0 hex color red value is 172, green value is 206 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #accef0 hue: 0.58 , saturation: 0.69 and the lightness value of accef0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 11110000
Octal 254 316 360
Decimal 172 206 240
Hex AC CE F0

RGB Percentages of Color #accef0

%27.83
%33.33
%38.83

CMYK Percentages of Color #accef0

%28
%14
%0
%6

Triadic Colors of #accef0

#accef0 #f0acce #cef0ac

Analogous Colors of #accef0

#accef0 #acacf0 #acf0f0

Monochromatic Colors of #accef0

#accef0

Complementary Color

#accef0 #f0ceac

#accef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accef0 Color CSS Codes

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

#accef0 Text Font Color

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

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


#accef0 Background Color

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

This div background color is #accef0


#accef0 Border Color

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

This div border color is #accef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accef0

#accef0 Color Palettes


Comments

No comments written yet.

Please login to write comment.