Color Hex Logo

#afcbe3 Color Hex

#AFCBE3
(175,203,227)
1 Favorites   0 Comments

Color spaces of #afcbe3

RGB 175203227
HSL0.580.480.79
HSV208°23°89°
CMYK 0.230.110.00   0.11
XYZ52.900357.371980.9588
Yxy57.37190.27660.3000
Hunter Lab75.7442-7.8868-10.3508
CIE-Lab80.3883-4.1815-15.0020

#afcbe3 color RGB value is (175,203,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11100011
Octal 257 313 343
Decimal 175 203 227
Hex AF CB E3

RGB Percentages of Color #afcbe3

%28.93
%33.55
%37.52

CMYK Percentages of Color #afcbe3

%23
%11
%0
%11

Triadic Colors of #afcbe3

#afcbe3 #e3afcb #cbe3af

Analogous Colors of #afcbe3

#afcbe3 #afb1e3 #afe3e1

Monochromatic Colors of #afcbe3

#afcbe3

Complementary Color

#afcbe3 #e3c7af

#afcbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbe3 Color CSS Codes

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

#afcbe3 Text Font Color

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

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


#afcbe3 Background Color

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

This div background color is #afcbe3


#afcbe3 Border Color

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

This div border color is #afcbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbe3

#afcbe3 Color Palettes


Comments

No comments written yet.

Please login to write comment.