Color Hex Logo

#afcfeb Color Hex

#AFCFEB
(175,207,235)
0 Favorites   0 Comments

Color spaces of #afcfeb

RGB 175207235
HSL0.580.600.80
HSV208°26°92°
CMYK 0.260.120.00   0.08
XYZ54.987459.737887.2297
Yxy59.73780.27230.2958
Hunter Lab77.2902-8.2658-12.8115
CIE-Lab81.6955-4.4765-17.3107

#afcfeb color RGB value is (175,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 11101011
Octal 257 317 353
Decimal 175 207 235
Hex AF CF EB

RGB Percentages of Color #afcfeb

%28.36
%33.55
%38.09

CMYK Percentages of Color #afcfeb

%26
%12
%0
%8

Triadic Colors of #afcfeb

#afcfeb #ebafcf #cfebaf

Analogous Colors of #afcfeb

#afcfeb #afb1eb #afebe9

Monochromatic Colors of #afcfeb

#afcfeb

Complementary Color

#afcfeb #ebcbaf

#afcfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcfeb Color CSS Codes

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

#afcfeb Text Font Color

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

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


#afcfeb Background Color

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

This div background color is #afcfeb


#afcfeb Border Color

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

This div border color is #afcfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcfeb


Comments

No comments written yet.

Please login to write comment.