Color Hex Logo

#09fdde Color Hex

#09FDDE
(9,253,222)
0 Favorites   0 Comments

Color spaces of #09fdde

RGB 9253222
HSL0.480.980.51
HSV172°96°99°
CMYK 0.960.000.12   0.01
XYZ48.422875.582681.1440
Yxy75.58260.23600.3684
Hunter Lab86.9383-52.72125.5183
CIE-Lab89.6652-56.11550.8545

#09fdde color RGB value is (9,253,222).

#09fdde hex color red value is 9, green value is 253 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #09fdde hue: 0.48 , saturation: 0.98 and the lightness value of 09fdde is 0.51.

The process color (four color CMYK) of #09fdde color hex is 0.96, 0.00, 0.12, 0.01. Web safe color of #09fdde is #00ffcc. Color #09fdde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11111101 11011110
Octal 11 375 336
Decimal 9 253 222
Hex 9 FD DE

RGB Percentages of Color #09fdde

%1.86
%52.27
%45.87

CMYK Percentages of Color #09fdde

%96
%0
%12
%1

Triadic Colors of #09fdde

#09fdde #de09fd #fdde09

Analogous Colors of #09fdde

#09fdde #09a2fd #09fd64

Monochromatic Colors of #09fdde

#09fdde

Complementary Color

#09fdde #fd0928

#09fdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09fdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#09fdde Color CSS Codes

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

#09fdde Text Font Color

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

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


#09fdde Background Color

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

This div background color is #09fdde


#09fdde Border Color

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

This div border color is #09fdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09fdde


Comments

No comments written yet.

Please login to write comment.