Color Hex Logo

#afdaeb Color Hex

#AFDAEB
(175,218,235)
0 Favorites   0 Comments

Color spaces of #afdaeb

RGB 175218235
HSL0.550.600.80
HSV197°26°92°
CMYK 0.260.070.00   0.08
XYZ57.746065.254988.1492
Yxy65.25490.27350.3090
Hunter Lab80.7805-13.7650-8.1520
CIE-Lab84.6149-10.2067-12.9275

#afdaeb color RGB value is (175,218,235).

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

The process color (four color CMYK) of #afdaeb color hex is 0.26, 0.07, 0.00, 0.08. Web safe color of #afdaeb is #99ccff. Color #afdaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 11101011
Octal 257 332 353
Decimal 175 218 235
Hex AF DA EB

RGB Percentages of Color #afdaeb

%27.87
%34.71
%37.42

CMYK Percentages of Color #afdaeb

%26
%7
%0
%8

Triadic Colors of #afdaeb

#afdaeb #ebafda #daebaf

Analogous Colors of #afdaeb

#afdaeb #afbceb #afebde

Monochromatic Colors of #afdaeb

#afdaeb

Complementary Color

#afdaeb #ebc0af

#afdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdaeb Color CSS Codes

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

#afdaeb Text Font Color

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

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


#afdaeb Background Color

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

This div background color is #afdaeb


#afdaeb Border Color

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

This div border color is #afdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdaeb


Comments

No comments written yet.

Please login to write comment.