Color Hex Logo

#afebfc Color Hex

#AFEBFC
(175,235,252)
0 Favorites   0 Comments

Color spaces of #afebfc

RGB 175235252
HSL0.540.930.84
HSV193°31°99°
CMYK 0.310.070.00   0.01
XYZ64.958275.5589103.2561
Yxy75.55890.26650.3100
Hunter Lab86.9246-18.7262-9.5822
CIE-Lab89.6541-14.9843-14.3313

#afebfc color RGB value is (175,235,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11111100
Octal 257 353 374
Decimal 175 235 252
Hex AF EB FC

RGB Percentages of Color #afebfc

%26.44
%35.50
%38.07

CMYK Percentages of Color #afebfc

%31
%7
%0
%1

Triadic Colors of #afebfc

#afebfc #fcafeb #ebfcaf

Analogous Colors of #afebfc

#afebfc #afc5fc #affce7

Monochromatic Colors of #afebfc

#afebfc

Complementary Color

#afebfc #fcc0af

#afebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebfc Color CSS Codes

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

#afebfc Text Font Color

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

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


#afebfc Background Color

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

This div background color is #afebfc


#afebfc Border Color

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

This div border color is #afebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebfc

Related Colors


Comments

No comments written yet.

Please login to write comment.