Color Hex Logo

#afd3ea Color Hex

#AFD3EA
(175,211,234)
0 Favorites   0 Comments

Color spaces of #afd3ea

RGB 175211234
HSL0.560.580.80
HSV203°25°92°
CMYK 0.250.100.00   0.08
XYZ55.824761.643086.7979
Yxy61.64300.27330.3018
Hunter Lab78.5131-10.4800-10.5873
CIE-Lab82.7232-6.8024-15.2317

#afd3ea color RGB value is (175,211,234).

#afd3ea hex color red value is 175, green value is 211 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #afd3ea hue: 0.56 , saturation: 0.58 and the lightness value of afd3ea is 0.80.

The process color (four color CMYK) of #afd3ea color hex is 0.25, 0.10, 0.00, 0.08. Web safe color of #afd3ea is #99ccff. Color #afd3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 11101010
Octal 257 323 352
Decimal 175 211 234
Hex AF D3 EA

RGB Percentages of Color #afd3ea

%28.23
%34.03
%37.74

CMYK Percentages of Color #afd3ea

%25
%10
%0
%8

Triadic Colors of #afd3ea

#afd3ea #eaafd3 #d3eaaf

Analogous Colors of #afd3ea

#afd3ea #afb6ea #afeae4

Monochromatic Colors of #afd3ea

#afd3ea

Complementary Color

#afd3ea #eac6af

#afd3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd3ea Color CSS Codes

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

#afd3ea Text Font Color

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

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


#afd3ea Background Color

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

This div background color is #afd3ea


#afd3ea Border Color

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

This div border color is #afd3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd3ea


Comments

No comments written yet.

Please login to write comment.