Color Hex Logo

#6edfeb Color Hex

#6EDFEB
(110,223,235)
0 Favorites   0 Comments

Color spaces of #6edfeb

RGB 110223235
HSL0.520.760.68
HSV186°53°92°
CMYK 0.530.050.00   0.08
XYZ47.813562.088588.0615
Yxy62.08850.24150.3136
Hunter Lab78.7963-29.5798-11.1042
CIE-Lab82.9605-28.8979-15.7182

#6edfeb color RGB value is (110,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011111 11101011
Octal 156 337 353
Decimal 110 223 235
Hex 6E DF EB

RGB Percentages of Color #6edfeb

%19.37
%39.26
%41.37

CMYK Percentages of Color #6edfeb

%53
%5
%0
%8

Triadic Colors of #6edfeb

#6edfeb #eb6edf #dfeb6e

Analogous Colors of #6edfeb

#6edfeb #6ea1eb #6eebb9

Monochromatic Colors of #6edfeb

#6edfeb

Complementary Color

#6edfeb #eb7a6e

#6edfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edfeb Color CSS Codes

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

#6edfeb Text Font Color

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

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


#6edfeb Background Color

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

This div background color is #6edfeb


#6edfeb Border Color

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

This div border color is #6edfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,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 #6edfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edfeb


Comments

No comments written yet.

Please login to write comment.