Color Hex Logo

#afecee Color Hex

#AFECEE
(175,236,238)
0 Favorites   0 Comments

Color spaces of #afecee

RGB 175236238
HSL0.510.650.81
HSV182°26°93°
CMYK 0.260.010.00   0.07
XYZ63.107375.277992.0929
Yxy75.27790.27380.3266
Hunter Lab86.7628-22.0023-2.1983
CIE-Lab89.5230-18.6425-7.2046

#afecee color RGB value is (175,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11101110
Octal 257 354 356
Decimal 175 236 238
Hex AF EC EE

RGB Percentages of Color #afecee

%26.96
%36.36
%36.67

CMYK Percentages of Color #afecee

%26
%1
%0
%7

Triadic Colors of #afecee

#afecee #eeafec #eceeaf

Analogous Colors of #afecee

#afecee #afcdee #afeed1

Monochromatic Colors of #afecee

#afecee

Complementary Color

#afecee #eeb1af

#afecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecee Color CSS Codes

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

#afecee Text Font Color

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

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


#afecee Background Color

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

This div background color is #afecee


#afecee Border Color

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

This div border color is #afecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecee


Comments

No comments written yet.

Please login to write comment.