Color Hex Logo

#9aedbc Color Hex

#9AEDBC
(154,237,188)
0 Favorites   0 Comments

Color spaces of #9aedbc

RGB 154237188
HSL0.400.700.77
HSV145°35°93°
CMYK 0.350.000.21   0.07
XYZ52.687771.069258.5178
Yxy71.06920.28910.3899
Hunter Lab84.3026-35.969917.8562
CIE-Lab87.5186-35.467315.8734

#9aedbc color RGB value is (154,237,188).

#9aedbc hex color red value is 154, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9aedbc hue: 0.40 , saturation: 0.70 and the lightness value of 9aedbc is 0.77.

The process color (four color CMYK) of #9aedbc color hex is 0.35, 0.00, 0.21, 0.07. Web safe color of #9aedbc is #99ffcc. Color #9aedbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101101 10111100
Octal 232 355 274
Decimal 154 237 188
Hex 9A ED BC

RGB Percentages of Color #9aedbc

%26.60
%40.93
%32.47

CMYK Percentages of Color #9aedbc

%35
%0
%21
%7

Triadic Colors of #9aedbc

#9aedbc #bc9aed #edbc9a

Analogous Colors of #9aedbc

#9aedbc #9aede6 #a2ed9a

Monochromatic Colors of #9aedbc

#9aedbc

Complementary Color

#9aedbc #ed9acb

#9aedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aedbc Color CSS Codes

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

#9aedbc Text Font Color

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

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


#9aedbc Background Color

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

This div background color is #9aedbc


#9aedbc Border Color

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

This div border color is #9aedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aedbc


Comments

No comments written yet.

Please login to write comment.