Color Hex Logo

#accbfe Color Hex

#ACCBFE
(172,203,254)
0 Favorites   0 Comments

Color spaces of #accbfe

RGB 172203254
HSL0.600.980.84
HSV217°32°100°
CMYK 0.320.200.00   0.00
XYZ56.258658.6383102.1191
Yxy58.63830.25920.2702
Hunter Lab76.5756-2.8670-25.4645
CIE-Lab81.09241.3091-28.3691

#accbfe color RGB value is (172,203,254).

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

The process color (four color CMYK) of #accbfe color hex is 0.32, 0.20, 0.00, 0.00. Web safe color of #accbfe is #99ccff. Color #accbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11111110
Octal 254 313 376
Decimal 172 203 254
Hex AC CB FE

RGB Percentages of Color #accbfe

%27.34
%32.27
%40.38

CMYK Percentages of Color #accbfe

%32
%20
%0
%0

Triadic Colors of #accbfe

#accbfe #feaccb #cbfeac

Analogous Colors of #accbfe

#accbfe #b6acfe #acf4fe

Monochromatic Colors of #accbfe

#accbfe

Complementary Color

#accbfe #fedfac

#accbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbfe Color CSS Codes

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

#accbfe Text Font Color

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

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


#accbfe Background Color

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

This div background color is #accbfe


#accbfe Border Color

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

This div border color is #accbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbfe


Comments

No comments written yet.

Please login to write comment.