Color Hex Logo

#accfeb Color Hex

#ACCFEB
(172,207,235)
0 Favorites   0 Comments

Color spaces of #accfeb

RGB 172207235
HSL0.570.610.80
HSV207°27°92°
CMYK 0.270.120.00   0.08
XYZ54.321559.394587.1985
Yxy59.39450.27040.2956
Hunter Lab77.0678-9.0524-13.1363
CIE-Lab81.5080-5.3569-17.6118

#accfeb color RGB value is (172,207,235).

#accfeb hex color red value is 172, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #accfeb hue: 0.57 , saturation: 0.61 and the lightness value of accfeb is 0.80.

The process color (four color CMYK) of #accfeb color hex is 0.27, 0.12, 0.00, 0.08. Web safe color of #accfeb is #99ccff. Color #accfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11101011
Octal 254 317 353
Decimal 172 207 235
Hex AC CF EB

RGB Percentages of Color #accfeb

%28.01
%33.71
%38.27

CMYK Percentages of Color #accfeb

%27
%12
%0
%8

Triadic Colors of #accfeb

#accfeb #ebaccf #cfebac

Analogous Colors of #accfeb

#accfeb #acb0eb #acebe8

Monochromatic Colors of #accfeb

#accfeb

Complementary Color

#accfeb #ebc8ac

#accfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfeb Color CSS Codes

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

#accfeb Text Font Color

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

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


#accfeb Background Color

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

This div background color is #accfeb


#accfeb Border Color

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

This div border color is #accfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfeb


Comments

No comments written yet.

Please login to write comment.