Color Hex Logo

#affdeb Color Hex

#AFFDEB
(175,253,235)
0 Favorites   0 Comments

Color spaces of #affdeb

RGB 175253235
HSL0.460.950.84
HSV166°31°99°
CMYK 0.310.000.07   0.01
XYZ67.799985.362791.5005
Yxy85.36270.27710.3489
Hunter Lab92.3919-30.69745.9564
CIE-Lab94.0392-27.55440.9883

#affdeb color RGB value is (175,253,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 11101011
Octal 257 375 353
Decimal 175 253 235
Hex AF FD EB

RGB Percentages of Color #affdeb

%26.40
%38.16
%35.44

CMYK Percentages of Color #affdeb

%31
%0
%7
%1

Triadic Colors of #affdeb

#affdeb #ebaffd #fdebaf

Analogous Colors of #affdeb

#affdeb #afe8fd #affdc4

Monochromatic Colors of #affdeb

#affdeb

Complementary Color

#affdeb #fdafc1

#affdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#affdeb Color CSS Codes

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

#affdeb Text Font Color

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

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


#affdeb Background Color

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

This div background color is #affdeb


#affdeb Border Color

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

This div border color is #affdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affdeb


Comments

No comments written yet.

Please login to write comment.