Color Hex Logo

#a5ebed Color Hex

#A5EBED
(165,235,237)
0 Favorites   0 Comments

Color spaces of #a5ebed

RGB 165235237
HSL0.500.670.79
HSV182°30°93°
CMYK 0.300.010.00   0.07
XYZ60.511473.530491.1243
Yxy73.53040.26870.3266
Hunter Lab85.7499-24.0996-2.9811
CIE-Lab88.7001-21.1602-7.9581

#a5ebed color RGB value is (165,235,237).

#a5ebed hex color red value is 165, green value is 235 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a5ebed hue: 0.50 , saturation: 0.67 and the lightness value of a5ebed is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101011 11101101
Octal 245 353 355
Decimal 165 235 237
Hex A5 EB ED

RGB Percentages of Color #a5ebed

%25.90
%36.89
%37.21

CMYK Percentages of Color #a5ebed

%30
%1
%0
%7

Triadic Colors of #a5ebed

#a5ebed #eda5eb #ebeda5

Analogous Colors of #a5ebed

#a5ebed #a5c7ed #a5edcb

Monochromatic Colors of #a5ebed

#a5ebed

Complementary Color

#a5ebed #eda7a5

#a5ebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ebed Color CSS Codes

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

#a5ebed Text Font Color

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

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


#a5ebed Background Color

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

This div background color is #a5ebed


#a5ebed Border Color

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

This div border color is #a5ebed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,235,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ebed


Comments

No comments written yet.

Please login to write comment.