Color Hex Logo

#afcceb Color Hex

#AFCCEB
(175,204,235)
0 Favorites   0 Comments

Color spaces of #afcceb

RGB 175204235
HSL0.590.600.80
HSV211°26°92°
CMYK 0.260.130.00   0.08
XYZ54.267558.297886.9897
Yxy58.29780.27190.2921
Hunter Lab76.3530-6.7498-14.1026
CIE-Lab80.9041-2.8915-18.5046

#afcceb color RGB value is (175,204,235).

#afcceb hex color red value is 175, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #afcceb hue: 0.59 , saturation: 0.60 and the lightness value of afcceb is 0.80.

The process color (four color CMYK) of #afcceb color hex is 0.26, 0.13, 0.00, 0.08. Web safe color of #afcceb is #99ccff. Color #afcceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11101011
Octal 257 314 353
Decimal 175 204 235
Hex AF CC EB

RGB Percentages of Color #afcceb

%28.50
%33.22
%38.27

CMYK Percentages of Color #afcceb

%26
%13
%0
%8

Triadic Colors of #afcceb

#afcceb #ebafcc #ccebaf

Analogous Colors of #afcceb

#afcceb #b0afeb #afeaeb

Monochromatic Colors of #afcceb

#afcceb

Complementary Color

#afcceb #ebceaf

#afcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcceb Color CSS Codes

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

#afcceb Text Font Color

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

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


#afcceb Background Color

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

This div background color is #afcceb


#afcceb Border Color

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

This div border color is #afcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcceb


Comments

No comments written yet.

Please login to write comment.