Color Hex Logo

#afbced Color Hex

#AFBCED
(175,188,237)
0 Favorites   0 Comments

Color spaces of #afbced

RGB 175188237
HSL0.630.630.81
HSV227°26°93°
CMYK 0.260.210.00   0.07
XYZ50.948551.194887.3171
Yxy51.19480.26890.2702
Hunter Lab71.55051.8898-22.2695
CIE-Lab76.79696.1771-25.8185

#afbced color RGB value is (175,188,237).

#afbced hex color red value is 175, green value is 188 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afbced hue: 0.63 , saturation: 0.63 and the lightness value of afbced is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11101101
Octal 257 274 355
Decimal 175 188 237
Hex AF BC ED

RGB Percentages of Color #afbced

%29.17
%31.33
%39.50

CMYK Percentages of Color #afbced

%26
%21
%0
%7

Triadic Colors of #afbced

#afbced #edafbc #bcedaf

Analogous Colors of #afbced

#afbced #c1afed #afdbed

Monochromatic Colors of #afbced

#afbced

Complementary Color

#afbced #ede0af

#afbced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbced Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbced Color CSS Codes

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

#afbced Text Font Color

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

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


#afbced Background Color

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

This div background color is #afbced


#afbced Border Color

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

This div border color is #afbced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbced


Comments

No comments written yet.

Please login to write comment.