Color Hex Logo

#afebed Color Hex

#AFEBED
(175,235,237)
0 Favorites   0 Comments

Color spaces of #afebed

RGB 175235237
HSL0.510.630.81
HSV182°26°93°
CMYK 0.260.010.00   0.07
XYZ62.673674.645091.2255
Yxy74.64500.27420.3266
Hunter Lab86.3973-21.7094-2.1252
CIE-Lab89.2264-18.3657-7.1203

#afebed color RGB value is (175,235,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11101101
Octal 257 353 355
Decimal 175 235 237
Hex AF EB ED

RGB Percentages of Color #afebed

%27.05
%36.32
%36.63

CMYK Percentages of Color #afebed

%26
%1
%0
%7

Triadic Colors of #afebed

#afebed #edafeb #ebedaf

Analogous Colors of #afebed

#afebed #afcced #afedd0

Monochromatic Colors of #afebed

#afebed

Complementary Color

#afebed #edb1af

#afebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebed Color CSS Codes

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

#afebed Text Font Color

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

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


#afebed Background Color

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

This div background color is #afebed


#afebed Border Color

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

This div border color is #afebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebed


Comments

No comments written yet.

Please login to write comment.