Color Hex Logo

#afcbee Color Hex

#AFCBEE
(175,203,238)
0 Favorites   0 Comments

Color spaces of #afcbee

RGB 175203238
HSL0.590.650.81
HSV213°26°93°
CMYK 0.260.150.00   0.07
XYZ54.467757.998989.2131
Yxy57.99890.27010.2876
Hunter Lab76.1570-5.6111-16.1446
CIE-Lab80.7382-1.6670-20.3585

#afcbee color RGB value is (175,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11101110
Octal 257 313 356
Decimal 175 203 238
Hex AF CB EE

RGB Percentages of Color #afcbee

%28.41
%32.95
%38.64

CMYK Percentages of Color #afcbee

%26
%15
%0
%7

Triadic Colors of #afcbee

#afcbee #eeafcb #cbeeaf

Analogous Colors of #afcbee

#afcbee #b3afee #afebee

Monochromatic Colors of #afcbee

#afcbee

Complementary Color

#afcbee #eed2af

#afcbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbee Color CSS Codes

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

#afcbee Text Font Color

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

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


#afcbee Background Color

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

This div background color is #afcbee


#afcbee Border Color

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

This div border color is #afcbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbee


Comments

No comments written yet.

Please login to write comment.