Color Hex Logo

#0ddffe Color Hex

#0DDFFE
(13,223,254)
0 Favorites   0 Comments

Color spaces of #0ddffe

RGB 13223254
HSL0.520.990.52
HSV188°95°100°
CMYK 0.950.120.00   0.00
XYZ44.443060.0167103.0079
Yxy60.01670.21420.2893
Hunter Lab77.4704-33.1720-24.6051
CIE-Lab81.8473-33.6721-27.6339

#0ddffe color RGB value is (13,223,254).

#0ddffe hex color red value is 13, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0ddffe hue: 0.52 , saturation: 0.99 and the lightness value of 0ddffe is 0.52.

The process color (four color CMYK) of #0ddffe color hex is 0.95, 0.12, 0.00, 0.00. Web safe color of #0ddffe is #00ccff. Color #0ddffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011111 11111110
Octal 15 337 376
Decimal 13 223 254
Hex D DF FE

RGB Percentages of Color #0ddffe

%2.65
%45.51
%51.84

CMYK Percentages of Color #0ddffe

%95
%12
%0
%0

Triadic Colors of #0ddffe

#0ddffe #fe0ddf #dffe0d

Analogous Colors of #0ddffe

#0ddffe #0d67fe #0dfea5

Monochromatic Colors of #0ddffe

#0ddffe

Complementary Color

#0ddffe #fe2c0d

#0ddffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddffe Color CSS Codes

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

#0ddffe Text Font Color

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

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


#0ddffe Background Color

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

This div background color is #0ddffe


#0ddffe Border Color

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

This div border color is #0ddffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddffe

Related Colors


Comments

No comments written yet.

Please login to write comment.