Color Hex Logo

#accbf7 Color Hex

#ACCBF7
(172,203,247)
0 Favorites   0 Comments

Color spaces of #accbf7

RGB 172203247
HSL0.600.820.82
HSV215°30°97°
CMYK 0.300.180.00   0.03
XYZ55.157758.197996.3219
Yxy58.19790.26310.2776
Hunter Lab76.2875-4.4435-21.4592
CIE-Lab80.8487-0.3970-25.0123

#accbf7 color RGB value is (172,203,247).

#accbf7 hex color red value is 172, green value is 203 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #accbf7 hue: 0.60 , saturation: 0.82 and the lightness value of accbf7 is 0.82.

The process color (four color CMYK) of #accbf7 color hex is 0.30, 0.18, 0.00, 0.03. Web safe color of #accbf7 is #99ccff. Color #accbf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11110111
Octal 254 313 367
Decimal 172 203 247
Hex AC CB F7

RGB Percentages of Color #accbf7

%27.65
%32.64
%39.71

CMYK Percentages of Color #accbf7

%30
%18
%0
%3

Triadic Colors of #accbf7

#accbf7 #f7accb #cbf7ac

Analogous Colors of #accbf7

#accbf7 #b3acf7 #acf1f7

Monochromatic Colors of #accbf7

#accbf7

Complementary Color

#accbf7 #f7d8ac

#accbf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbf7 Color CSS Codes

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

#accbf7 Text Font Color

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

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


#accbf7 Background Color

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

This div background color is #accbf7


#accbf7 Border Color

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

This div border color is #accbf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbf7

Related Colors


Comments

No comments written yet.

Please login to write comment.