Color Hex Logo

#afcbeb Color Hex

#AFCBEB
(175,203,235)
0 Favorites   0 Comments

Color spaces of #afcbeb

RGB 175203235
HSL0.590.600.80
HSV212°26°92°
CMYK 0.260.140.00   0.08
XYZ54.030557.824086.9107
Yxy57.82400.27180.2909
Hunter Lab76.0421-6.2433-14.5348
CIE-Lab80.6408-2.3616-18.9023

#afcbeb color RGB value is (175,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11101011
Octal 257 313 353
Decimal 175 203 235
Hex AF CB EB

RGB Percentages of Color #afcbeb

%28.55
%33.12
%38.34

CMYK Percentages of Color #afcbeb

%26
%14
%0
%8

Triadic Colors of #afcbeb

#afcbeb #ebafcb #cbebaf

Analogous Colors of #afcbeb

#afcbeb #b1afeb #afe9eb

Monochromatic Colors of #afcbeb

#afcbeb

Complementary Color

#afcbeb #ebcfaf

#afcbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbeb Color CSS Codes

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

#afcbeb Text Font Color

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

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


#afcbeb Background Color

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

This div background color is #afcbeb


#afcbeb Border Color

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

This div border color is #afcbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbeb


Comments

No comments written yet.

Please login to write comment.