Color Hex Logo

#0ddfbc Color Hex

#0DDFBC
(13,223,188)
0 Favorites   0 Comments

Color spaces of #0ddfbc

RGB 13223188
HSL0.470.890.46
HSV170°94°87°
CMYK 0.940.000.16   0.13
XYZ35.630856.491856.6030
Yxy56.49180.23960.3798
Hunter Lab75.1610-46.91227.9620
CIE-Lab79.8929-52.80904.5189

#0ddfbc color RGB value is (13,223,188).

#0ddfbc hex color red value is 13, green value is 223 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0ddfbc hue: 0.47 , saturation: 0.89 and the lightness value of 0ddfbc is 0.46.

The process color (four color CMYK) of #0ddfbc color hex is 0.94, 0.00, 0.16, 0.13. Web safe color of #0ddfbc is #00cccc. Color #0ddfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011111 10111100
Octal 15 337 274
Decimal 13 223 188
Hex D DF BC

RGB Percentages of Color #0ddfbc

%3.07
%52.59
%44.34

CMYK Percentages of Color #0ddfbc

%94
%0
%16
%13

Triadic Colors of #0ddfbc

#0ddfbc #bc0ddf #dfbc0d

Analogous Colors of #0ddfbc

#0ddfbc #0d99df #0ddf53

Monochromatic Colors of #0ddfbc

#0ddfbc

Complementary Color

#0ddfbc #df0d30

#0ddfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddfbc Color CSS Codes

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

#0ddfbc Text Font Color

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

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


#0ddfbc Background Color

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

This div background color is #0ddfbc


#0ddfbc Border Color

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

This div border color is #0ddfbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,223,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ddfbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ddfbc;
  -webkit-box-shadow: 1px 1px 3px 2px #0ddfbc;
  box-shadow:         1px 1px 3px 2px #0ddfbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,223,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 #0ddfbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddfbc


Comments

No comments written yet.

Please login to write comment.