Color Hex Logo

#afebff Color Hex

#AFEBFF
(175,235,255)
0 Favorites   0 Comments

Color spaces of #afebff

RGB 175235255
HSL0.541.000.84
HSV195°31°100°
CMYK 0.310.080.00   0.00
XYZ65.437575.7506105.7801
Yxy75.75060.26500.3067
Hunter Lab87.0348-18.1050-11.1353
CIE-Lab89.7434-14.2885-15.7656

#afebff color RGB value is (175,235,255).

#afebff hex color red value is 175, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #afebff hue: 0.54 , saturation: 1.00 and the lightness value of afebff is 0.84.

The process color (four color CMYK) of #afebff color hex is 0.31, 0.08, 0.00, 0.00. Web safe color of #afebff is #99ffff. Color #afebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11111111
Octal 257 353 377
Decimal 175 235 255
Hex AF EB FF

RGB Percentages of Color #afebff

%26.32
%35.34
%38.35

CMYK Percentages of Color #afebff

%31
%8
%0
%0

Triadic Colors of #afebff

#afebff #ffafeb #ebffaf

Analogous Colors of #afebff

#afebff #afc3ff #afffeb

Monochromatic Colors of #afebff

#afebff

Complementary Color

#afebff #ffc3af

#afebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebff Color CSS Codes

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

#afebff Text Font Color

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

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


#afebff Background Color

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

This div background color is #afebff


#afebff Border Color

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

This div border color is #afebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebff


Comments

No comments written yet.

Please login to write comment.