Color Hex Logo

#afeaeb Color Hex

#AFEAEB
(175,234,235)
0 Favorites   0 Comments

Color spaces of #afeaeb

RGB 175234235
HSL0.500.600.80
HSV181°26°92°
CMYK 0.260.000.00   0.08
XYZ62.097473.957889.5997
Yxy73.95780.27520.3277
Hunter Lab85.9987-21.6076-1.5735
CIE-Lab88.9025-18.3074-6.5519

#afeaeb color RGB value is (175,234,235).

#afeaeb hex color red value is 175, green value is 234 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #afeaeb hue: 0.50 , saturation: 0.60 and the lightness value of afeaeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11101011
Octal 257 352 353
Decimal 175 234 235
Hex AF EA EB

RGB Percentages of Color #afeaeb

%27.17
%36.34
%36.49

CMYK Percentages of Color #afeaeb

%26
%0
%0
%8

Triadic Colors of #afeaeb

#afeaeb #ebafea #eaebaf

Analogous Colors of #afeaeb

#afeaeb #afcceb #afebce

Monochromatic Colors of #afeaeb

#afeaeb

Complementary Color

#afeaeb #ebb0af

#afeaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeaeb Color CSS Codes

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

#afeaeb Text Font Color

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

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


#afeaeb Background Color

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

This div background color is #afeaeb


#afeaeb Border Color

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

This div border color is #afeaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeaeb


Comments

No comments written yet.

Please login to write comment.