Color Hex Logo

#afbbe3 Color Hex

#AFBBE3
(175,187,227)
0 Favorites   0 Comments

Color spaces of #afbbe3

RGB 175187227
HSL0.630.480.79
HSV226°23°89°
CMYK 0.230.180.00   0.11
XYZ49.314650.200779.7636
Yxy50.20070.27510.2800
Hunter Lab70.85250.2475-17.1502
CIE-Lab76.19234.3940-21.3405

#afbbe3 color RGB value is (175,187,227).

#afbbe3 hex color red value is 175, green value is 187 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #afbbe3 hue: 0.63 , saturation: 0.48 and the lightness value of afbbe3 is 0.79.

The process color (four color CMYK) of #afbbe3 color hex is 0.23, 0.18, 0.00, 0.11. Web safe color of #afbbe3 is #99cccc. Color #afbbe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11100011
Octal 257 273 343
Decimal 175 187 227
Hex AF BB E3

RGB Percentages of Color #afbbe3

%29.71
%31.75
%38.54

CMYK Percentages of Color #afbbe3

%23
%18
%0
%11

Triadic Colors of #afbbe3

#afbbe3 #e3afbb #bbe3af

Analogous Colors of #afbbe3

#afbbe3 #bdafe3 #afd5e3

Monochromatic Colors of #afbbe3

#afbbe3

Complementary Color

#afbbe3 #e3d7af

#afbbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbe3 Color CSS Codes

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

#afbbe3 Text Font Color

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

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


#afbbe3 Background Color

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

This div background color is #afbbe3


#afbbe3 Border Color

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

This div border color is #afbbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbe3


Comments

No comments written yet.

Please login to write comment.