Color Hex Logo

#9aebfd Color Hex

#9AEBFD
(154,235,253)
0 Favorites   0 Comments

Color spaces of #9aebfd

RGB 154235253
HSL0.530.960.80
HSV191°39°99°
CMYK 0.390.070.00   0.01
XYZ60.764473.3785103.8894
Yxy73.37850.25530.3083
Hunter Lab85.6613-23.2870-11.9436
CIE-Lab88.6279-20.2506-16.5016

#9aebfd color RGB value is (154,235,253).

#9aebfd hex color red value is 154, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9aebfd hue: 0.53 , saturation: 0.96 and the lightness value of 9aebfd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101011 11111101
Octal 232 353 375
Decimal 154 235 253
Hex 9A EB FD

RGB Percentages of Color #9aebfd

%23.99
%36.60
%39.41

CMYK Percentages of Color #9aebfd

%39
%7
%0
%1

Triadic Colors of #9aebfd

#9aebfd #fd9aeb #ebfd9a

Analogous Colors of #9aebfd

#9aebfd #9abafd #9afdde

Monochromatic Colors of #9aebfd

#9aebfd

Complementary Color

#9aebfd #fdac9a

#9aebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aebfd Color CSS Codes

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

#9aebfd Text Font Color

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

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


#9aebfd Background Color

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

This div background color is #9aebfd


#9aebfd Border Color

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

This div border color is #9aebfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,235,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9aebfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9aebfd;
  -webkit-box-shadow: 1px 1px 3px 2px #9aebfd;
  box-shadow:         1px 1px 3px 2px #9aebfd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aebfd

Related Colors


Comments

No comments written yet.

Please login to write comment.