Color Hex Logo

#afebec Color Hex

#AFEBEC
(175,235,236)
0 Favorites   0 Comments

Color spaces of #afebec

RGB 175235236
HSL0.500.620.81
HSV181°26°93°
CMYK 0.260.000.00   0.07
XYZ62.527874.586890.4580
Yxy74.58680.27480.3277
Hunter Lab86.3636-21.9013-1.6463
CIE-Lab89.1991-18.5856-6.6372

#afebec color RGB value is (175,235,236).

#afebec hex color red value is 175, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #afebec hue: 0.50 , saturation: 0.62 and the lightness value of afebec is 0.81.

The process color (four color CMYK) of #afebec color hex is 0.26, 0.00, 0.00, 0.07. Web safe color of #afebec is #99ffff. Color #afebec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11101100
Octal 257 353 354
Decimal 175 235 236
Hex AF EB EC

RGB Percentages of Color #afebec

%27.09
%36.38
%36.53

CMYK Percentages of Color #afebec

%26
%0
%0
%7

Triadic Colors of #afebec

#afebec #ecafeb #ebecaf

Analogous Colors of #afebec

#afebec #afcdec #afeccf

Monochromatic Colors of #afebec

#afebec

Complementary Color

#afebec #ecb0af

#afebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebec Color CSS Codes

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

#afebec Text Font Color

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

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


#afebec Background Color

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

This div background color is #afebec


#afebec Border Color

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

This div border color is #afebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebec

#afebec Color Palettes


Comments

No comments written yet.

Please login to write comment.