Color Hex Logo

#accbff Color Hex

#ACCBFF
(172,203,255)
0 Favorites   0 Comments

Color spaces of #accbff

RGB 172203255
HSL0.601.000.84
HSV218°33°100°
CMYK 0.330.200.00   0.00
XYZ56.419258.7025102.9649
Yxy58.70250.25870.2692
Hunter Lab76.6176-2.6379-26.0464
CIE-Lab81.12781.5555-28.8471

#accbff color RGB value is (172,203,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11111111
Octal 254 313 377
Decimal 172 203 255
Hex AC CB FF

RGB Percentages of Color #accbff

%27.30
%32.22
%40.48

CMYK Percentages of Color #accbff

%33
%20
%0
%0

Triadic Colors of #accbff

#accbff #ffaccb #cbffac

Analogous Colors of #accbff

#accbff #b7acff #acf5ff

Monochromatic Colors of #accbff

#accbff

Complementary Color

#accbff #ffe0ac

#accbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbff Color CSS Codes

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

#accbff Text Font Color

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

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


#accbff Background Color

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

This div background color is #accbff


#accbff Border Color

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

This div border color is #accbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbff

Related Colors


Comments

No comments written yet.

Please login to write comment.