Color Hex Logo

#6ddfeb Color Hex

#6DDFEB
(109,223,235)
0 Favorites   0 Comments

Color spaces of #6ddfeb

RGB 109223235
HSL0.520.760.67
HSV186°54°92°
CMYK 0.540.050.00   0.08
XYZ47.689762.024788.0557
Yxy62.02470.24110.3136
Hunter Lab78.7558-29.7338-11.1623
CIE-Lab82.9266-29.0952-15.7726

#6ddfeb color RGB value is (109,223,235).

#6ddfeb hex color red value is 109, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6ddfeb hue: 0.52 , saturation: 0.76 and the lightness value of 6ddfeb is 0.67.

The process color (four color CMYK) of #6ddfeb color hex is 0.54, 0.05, 0.00, 0.08. Web safe color of #6ddfeb is #66ccff. Color #6ddfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011111 11101011
Octal 155 337 353
Decimal 109 223 235
Hex 6D DF EB

RGB Percentages of Color #6ddfeb

%19.22
%39.33
%41.45

CMYK Percentages of Color #6ddfeb

%54
%5
%0
%8

Triadic Colors of #6ddfeb

#6ddfeb #eb6ddf #dfeb6d

Analogous Colors of #6ddfeb

#6ddfeb #6da0eb #6debb8

Monochromatic Colors of #6ddfeb

#6ddfeb

Complementary Color

#6ddfeb #eb796d

#6ddfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddfeb Color CSS Codes

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

#6ddfeb Text Font Color

<p style="color:#6ddfeb">Text here</p>

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


#6ddfeb Background Color

<div style="background-color:#6ddfeb">
Div content here</div>

This div background color is #6ddfeb


#6ddfeb Border Color

<div style="border:3px solid #6ddfeb">
Div here</div>

This div border color is #6ddfeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,223,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ddfeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ddfeb;
  -webkit-box-shadow: 1px 1px 3px 2px #6ddfeb;
  box-shadow:         1px 1px 3px 2px #6ddfeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddfeb


Comments

No comments written yet.

Please login to write comment.