Color Hex Logo

#accbf0 Color Hex

#ACCBF0
(172,203,240)
0 Favorites   0 Comments

Color spaces of #accbf0

RGB 172203240
HSL0.590.690.81
HSV213°28°94°
CMYK 0.280.150.00   0.06
XYZ54.097457.773890.7383
Yxy57.77380.26700.2851
Hunter Lab76.0091-5.9734-17.5730
CIE-Lab80.6129-2.0702-21.6350

#accbf0 color RGB value is (172,203,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11110000
Octal 254 313 360
Decimal 172 203 240
Hex AC CB F0

RGB Percentages of Color #accbf0

%27.97
%33.01
%39.02

CMYK Percentages of Color #accbf0

%28
%15
%0
%6

Triadic Colors of #accbf0

#accbf0 #f0accb #cbf0ac

Analogous Colors of #accbf0

#accbf0 #afacf0 #acedf0

Monochromatic Colors of #accbf0

#accbf0

Complementary Color

#accbf0 #f0d1ac

#accbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbf0 Color CSS Codes

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

#accbf0 Text Font Color

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

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


#accbf0 Background Color

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

This div background color is #accbf0


#accbf0 Border Color

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

This div border color is #accbf0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,203,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 #accbf0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbf0


Comments

No comments written yet.

Please login to write comment.