Color Hex Logo

#0dbebf Color Hex

#0DBEBF
(13,190,191)
0 Favorites   0 Comments

Color spaces of #0dbebf

RGB 13190191
HSL0.500.870.40
HSV180°93°75°
CMYK 0.930.010.00   0.25
XYZ27.983440.674155.6662
Yxy40.67410.22510.3272
Hunter Lab63.7762-33.2872-7.1071
CIE-Lab69.9470-37.8342-11.7372

#0dbebf color RGB value is (13,190,191).

#0dbebf hex color red value is 13, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0dbebf hue: 0.50 , saturation: 0.87 and the lightness value of 0dbebf is 0.40.

The process color (four color CMYK) of #0dbebf color hex is 0.93, 0.01, 0.00, 0.25. Web safe color of #0dbebf is #00cccc. Color #0dbebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111110 10111111
Octal 15 276 277
Decimal 13 190 191
Hex D BE BF

RGB Percentages of Color #0dbebf

%3.30
%48.22
%48.48

CMYK Percentages of Color #0dbebf

%93
%1
%0
%25

Triadic Colors of #0dbebf

#0dbebf #bf0dbe #bebf0d

Analogous Colors of #0dbebf

#0dbebf #0d65bf #0dbf67

Monochromatic Colors of #0dbebf

#0dbebf

Complementary Color

#0dbebf #bf0e0d

#0dbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbebf Color CSS Codes

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

#0dbebf Text Font Color

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

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


#0dbebf Background Color

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

This div background color is #0dbebf


#0dbebf Border Color

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

This div border color is #0dbebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,190,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbebf


Comments

No comments written yet.

Please login to write comment.