Color Hex Logo

#a4cffb Color Hex

#A4CFFB
(164,207,251)
0 Favorites   0 Comments

Color spaces of #a4cffb

RGB 164207251
HSL0.580.920.81
HSV210°35°98°
CMYK 0.350.180.00   0.02
XYZ55.035359.483299.8475
Yxy59.48320.25670.2775
Hunter Lab77.1254-7.5949-22.7699
CIE-Lab81.5565-3.7565-26.1064

#a4cffb color RGB value is (164,207,251).

#a4cffb hex color red value is 164, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a4cffb hue: 0.58 , saturation: 0.92 and the lightness value of a4cffb is 0.81.

The process color (four color CMYK) of #a4cffb color hex is 0.35, 0.18, 0.00, 0.02. Web safe color of #a4cffb is #99ccff. Color #a4cffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001111 11111011
Octal 244 317 373
Decimal 164 207 251
Hex A4 CF FB

RGB Percentages of Color #a4cffb

%26.37
%33.28
%40.35

CMYK Percentages of Color #a4cffb

%35
%18
%0
%2

Triadic Colors of #a4cffb

#a4cffb #fba4cf #cffba4

Analogous Colors of #a4cffb

#a4cffb #a5a4fb #a4fbfb

Monochromatic Colors of #a4cffb

#a4cffb

Complementary Color

#a4cffb #fbd0a4

#a4cffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cffb Color CSS Codes

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

#a4cffb Text Font Color

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

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


#a4cffb Background Color

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

This div background color is #a4cffb


#a4cffb Border Color

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

This div border color is #a4cffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,207,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4cffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4cffb;
  -webkit-box-shadow: 1px 1px 3px 2px #a4cffb;
  box-shadow:         1px 1px 3px 2px #a4cffb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,207,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cffb

Related Colors


Comments

No comments written yet.

Please login to write comment.