Color Hex Logo

#0ffdcb Color Hex

#0FFDCB
(15,253,203)
0 Favorites   0 Comments

Color spaces of #0ffdcb

RGB 15253203
HSL0.460.980.53
HSV167°94°99°
CMYK 0.940.000.20   0.01
XYZ46.101874.663968.4817
Yxy74.66390.24360.3945
Hunter Lab86.4083-55.978613.4963
CIE-Lab89.2353-60.747810.0834

#0ffdcb color RGB value is (15,253,203).

#0ffdcb hex color red value is 15, green value is 253 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0ffdcb hue: 0.46 , saturation: 0.98 and the lightness value of 0ffdcb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111101 11001011
Octal 17 375 313
Decimal 15 253 203
Hex F FD CB

RGB Percentages of Color #0ffdcb

%3.18
%53.72
%43.10

CMYK Percentages of Color #0ffdcb

%94
%0
%20
%1

Triadic Colors of #0ffdcb

#0ffdcb #cb0ffd #fdcb0f

Analogous Colors of #0ffdcb

#0ffdcb #0fb8fd #0ffd54

Monochromatic Colors of #0ffdcb

#0ffdcb

Complementary Color

#0ffdcb #fd0f41

#0ffdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffdcb Color CSS Codes

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

#0ffdcb Text Font Color

<p style="color:#0ffdcb">Text here</p>

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


#0ffdcb Background Color

<div style="background-color:#0ffdcb">
Div content here</div>

This div background color is #0ffdcb


#0ffdcb Border Color

<div style="border:3px solid #0ffdcb">
Div here</div>

This div border color is #0ffdcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,253,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ffdcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ffdcb;
  -webkit-box-shadow: 1px 1px 3px 2px #0ffdcb;
  box-shadow:         1px 1px 3px 2px #0ffdcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffdcb


Comments

No comments written yet.

Please login to write comment.