Color Hex Logo

#afebcf Color Hex

#AFEBCF
(175,235,207)
0 Favorites   0 Comments

Color spaces of #afebcf

RGB 175235207
HSL0.420.600.80
HSV152°26°92°
CMYK 0.260.000.12   0.08
XYZ58.650073.035670.0376
Yxy73.03560.29070.3621
Hunter Lab85.4609-27.055711.2328
CIE-Lab88.4647-24.60217.4666

#afebcf color RGB value is (175,235,207).

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

The process color (four color CMYK) of #afebcf color hex is 0.26, 0.00, 0.12, 0.08. Web safe color of #afebcf is #99ffcc. Color #afebcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11001111
Octal 257 353 317
Decimal 175 235 207
Hex AF EB CF

RGB Percentages of Color #afebcf

%28.36
%38.09
%33.55

CMYK Percentages of Color #afebcf

%26
%0
%12
%8

Triadic Colors of #afebcf

#afebcf #cfafeb #ebcfaf

Analogous Colors of #afebcf

#afebcf #afe9eb #afebb1

Monochromatic Colors of #afebcf

#afebcf

Complementary Color

#afebcf #ebafcb

#afebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebcf Color CSS Codes

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

#afebcf Text Font Color

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

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


#afebcf Background Color

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

This div background color is #afebcf


#afebcf Border Color

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

This div border color is #afebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebcf


Comments

No comments written yet.

Please login to write comment.