Color Hex Logo

#afebee Color Hex

#AFEBEE
(175,235,238)
0 Favorites   0 Comments

Color spaces of #afebee

RGB 175235238
HSL0.510.650.81
HSV183°26°93°
CMYK 0.260.010.00   0.07
XYZ62.820174.703791.9972
Yxy74.70370.27370.3255
Hunter Lab86.4313-21.5172-2.6062
CIE-Lab89.2540-18.1458-7.6029

#afebee color RGB value is (175,235,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11101110
Octal 257 353 356
Decimal 175 235 238
Hex AF EB EE

RGB Percentages of Color #afebee

%27.01
%36.27
%36.73

CMYK Percentages of Color #afebee

%26
%1
%0
%7

Triadic Colors of #afebee

#afebee #eeafeb #ebeeaf

Analogous Colors of #afebee

#afebee #afccee #afeed2

Monochromatic Colors of #afebee

#afebee

Complementary Color

#afebee #eeb2af

#afebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebee Color CSS Codes

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

#afebee Text Font Color

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

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


#afebee Background Color

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

This div background color is #afebee


#afebee Border Color

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

This div border color is #afebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebee


Comments

No comments written yet.

Please login to write comment.