Color Hex Logo

#afbcee Color Hex

#AFBCEE
(175,188,238)
0 Favorites   0 Comments

Color spaces of #afbcee

RGB 175188238
HSL0.630.650.81
HSV228°26°93°
CMYK 0.260.210.00   0.07
XYZ51.095051.253488.0888
Yxy51.25340.26830.2691
Hunter Lab71.59152.1108-22.8386
CIE-Lab76.83236.4135-26.3033

#afbcee color RGB value is (175,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11101110
Octal 257 274 356
Decimal 175 188 238
Hex AF BC EE

RGB Percentages of Color #afbcee

%29.12
%31.28
%39.60

CMYK Percentages of Color #afbcee

%26
%21
%0
%7

Triadic Colors of #afbcee

#afbcee #eeafbc #bceeaf

Analogous Colors of #afbcee

#afbcee #c2afee #afdcee

Monochromatic Colors of #afbcee

#afbcee

Complementary Color

#afbcee #eee1af

#afbcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcee Color CSS Codes

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

#afbcee Text Font Color

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

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


#afbcee Background Color

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

This div background color is #afbcee


#afbcee Border Color

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

This div border color is #afbcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcee


Comments

No comments written yet.

Please login to write comment.