Color Hex Logo

#09cffd Color Hex

#09CFFD
(9,207,253)
0 Favorites   0 Comments

Color spaces of #09cffd

RGB 9207253
HSL0.530.980.51
HSV191°96°99°
CMYK 0.960.180.00   0.01
XYZ40.155151.7756100.8058
Yxy51.77560.20830.2686
Hunter Lab71.9553-26.3086-32.6937
CIE-Lab77.1465-26.3153-34.3296

#09cffd color RGB value is (9,207,253).

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

The process color (four color CMYK) of #09cffd color hex is 0.96, 0.18, 0.00, 0.01. Web safe color of #09cffd is #00ccff. Color #09cffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001111 11111101
Octal 11 317 375
Decimal 9 207 253
Hex 9 CF FD

RGB Percentages of Color #09cffd

%1.92
%44.14
%53.94

CMYK Percentages of Color #09cffd

%96
%18
%0
%1

Triadic Colors of #09cffd

#09cffd #fd09cf #cffd09

Analogous Colors of #09cffd

#09cffd #0955fd #09fdb1

Monochromatic Colors of #09cffd

#09cffd

Complementary Color

#09cffd #fd3709

#09cffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09cffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#09cffd Color CSS Codes

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

#09cffd Text Font Color

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

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


#09cffd Background Color

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

This div background color is #09cffd


#09cffd Border Color

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

This div border color is #09cffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,207,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 #09cffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09cffd


Comments

No comments written yet.

Please login to write comment.