Color Hex Logo

#affceb Color Hex

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

Color spaces of #affceb

RGB 175252235
HSL0.460.930.84
HSV167°31°99°
CMYK 0.310.000.07   0.01
XYZ67.485084.732991.3955
Yxy84.73290.27700.3478
Hunter Lab92.0505-30.22465.5672
CIE-Lab93.7679-27.07780.5928

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

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

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

Base Numbers

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

RGB Percentages of Color #affceb

%26.44
%38.07
%35.50

CMYK Percentages of Color #affceb

%31
%0
%7
%1

Triadic Colors of #affceb

#affceb #ebaffc #fcebaf

Analogous Colors of #affceb

#affceb #afe7fc #affcc5

Monochromatic Colors of #affceb

#affceb

Complementary Color

#affceb #fcafc0

#affceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#affceb Color CSS Codes

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

#affceb Text Font Color

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

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


#affceb Background Color

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

This div background color is #affceb


#affceb Border Color

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

This div border color is #affceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affceb


Comments

No comments written yet.

Please login to write comment.