Color Hex Logo

#afeee3 Color Hex

#AFEEE3
(175,238,227)
0 Favorites   0 Comments

Color spaces of #afeee3

RGB 175238227
HSL0.470.650.81
HSV170°26°93°
CMYK 0.260.000.05   0.07
XYZ62.118975.809184.0317
Yxy75.80910.27990.3415
Hunter Lab87.0684-25.01903.7258
CIE-Lab89.7706-21.9991-1.0896

#afeee3 color RGB value is (175,238,227).

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

The process color (four color CMYK) of #afeee3 color hex is 0.26, 0.00, 0.05, 0.07. Web safe color of #afeee3 is #99ffcc. Color #afeee3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 11100011
Octal 257 356 343
Decimal 175 238 227
Hex AF EE E3

RGB Percentages of Color #afeee3

%27.34
%37.19
%35.47

CMYK Percentages of Color #afeee3

%26
%0
%5
%7

Triadic Colors of #afeee3

#afeee3 #e3afee #eee3af

Analogous Colors of #afeee3

#afeee3 #afdaee #afeec4

Monochromatic Colors of #afeee3

#afeee3

Complementary Color

#afeee3 #eeafba

#afeee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeee3 Color CSS Codes

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

#afeee3 Text Font Color

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

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


#afeee3 Background Color

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

This div background color is #afeee3


#afeee3 Border Color

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

This div border color is #afeee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeee3


Comments

No comments written yet.

Please login to write comment.