Color Hex Logo

#afeeeb Color Hex

#AFEEEB
(175,238,235)
0 Favorites   0 Comments

Color spaces of #afeeeb

RGB 175238235
HSL0.490.650.81
HSV177°26°93°
CMYK 0.260.000.01   0.07
XYZ63.249176.261289.9836
Yxy76.26120.27560.3323
Hunter Lab87.3277-23.54060.0361
CIE-Lab89.9805-20.2879-4.9607

#afeeeb color RGB value is (175,238,235).

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

The process color (four color CMYK) of #afeeeb color hex is 0.26, 0.00, 0.01, 0.07. Web safe color of #afeeeb is #99ffff. Color #afeeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 11101011
Octal 257 356 353
Decimal 175 238 235
Hex AF EE EB

RGB Percentages of Color #afeeeb

%27.01
%36.73
%36.27

CMYK Percentages of Color #afeeeb

%26
%0
%1
%7

Triadic Colors of #afeeeb

#afeeeb #ebafee #eeebaf

Analogous Colors of #afeeeb

#afeeeb #afd2ee #afeecc

Monochromatic Colors of #afeeeb

#afeeeb

Complementary Color

#afeeeb #eeafb2

#afeeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeeeb Color CSS Codes

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

#afeeeb Text Font Color

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

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


#afeeeb Background Color

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

This div background color is #afeeeb


#afeeeb Border Color

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

This div border color is #afeeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeeeb


Comments

No comments written yet.

Please login to write comment.