Color Hex Logo

#09fdca Color Hex

#09FDCA
(9,253,202)
0 Favorites   0 Comments

Color spaces of #09fdca

RGB 9253202
HSL0.470.980.51
HSV167°96°99°
CMYK 0.960.000.20   0.01
XYZ45.898674.572967.8520
Yxy74.57290.24370.3960
Hunter Lab86.3556-56.248313.8631
CIE-Lab89.1926-61.141410.5365

#09fdca color RGB value is (9,253,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11111101 11001010
Octal 11 375 312
Decimal 9 253 202
Hex 9 FD CA

RGB Percentages of Color #09fdca

%1.94
%54.53
%43.53

CMYK Percentages of Color #09fdca

%96
%0
%20
%1

Triadic Colors of #09fdca

#09fdca #ca09fd #fdca09

Analogous Colors of #09fdca

#09fdca #09b6fd #09fd50

Monochromatic Colors of #09fdca

#09fdca

Complementary Color

#09fdca #fd093c

#09fdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09fdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#09fdca Color CSS Codes

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

#09fdca Text Font Color

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

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


#09fdca Background Color

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

This div background color is #09fdca


#09fdca Border Color

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

This div border color is #09fdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09fdca


Comments

No comments written yet.

Please login to write comment.