Color Hex Logo

#accef5 Color Hex

#ACCEF5
(172,206,245)
0 Favorites   0 Comments

Color spaces of #accef5

RGB 172206245
HSL0.590.780.82
HSV212°30°96°
CMYK 0.300.160.00   0.04
XYZ55.566059.505894.9433
Yxy59.50580.26460.2833
Hunter Lab77.1400-6.4167-18.9757
CIE-Lab81.5688-2.4745-22.8503

#accef5 color RGB value is (172,206,245).

#accef5 hex color red value is 172, green value is 206 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #accef5 hue: 0.59 , saturation: 0.78 and the lightness value of accef5 is 0.82.

The process color (four color CMYK) of #accef5 color hex is 0.30, 0.16, 0.00, 0.04. Web safe color of #accef5 is #99ccff. Color #accef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 11110101
Octal 254 316 365
Decimal 172 206 245
Hex AC CE F5

RGB Percentages of Color #accef5

%27.61
%33.07
%39.33

CMYK Percentages of Color #accef5

%30
%16
%0
%4

Triadic Colors of #accef5

#accef5 #f5acce #cef5ac

Analogous Colors of #accef5

#accef5 #afacf5 #acf3f5

Monochromatic Colors of #accef5

#accef5

Complementary Color

#accef5 #f5d3ac

#accef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accef5 Color CSS Codes

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

#accef5 Text Font Color

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

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


#accef5 Background Color

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

This div background color is #accef5


#accef5 Border Color

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

This div border color is #accef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accef5


Comments

No comments written yet.

Please login to write comment.