Color Hex Logo

#6fedeb Color Hex

#6FEDEB
(111,237,235)
0 Favorites   0 Comments

Color spaces of #6fedeb

RGB 111237235
HSL0.500.780.68
HSV179°53°93°
CMYK 0.530.000.01   0.07
XYZ51.835169.946089.3662
Yxy69.94600.24550.3313
Hunter Lab83.6337-35.7270-4.8103
CIE-Lab86.9704-35.3317-9.7203

#6fedeb color RGB value is (111,237,235).

#6fedeb hex color red value is 111, green value is 237 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6fedeb hue: 0.50 , saturation: 0.78 and the lightness value of 6fedeb is 0.68.

The process color (four color CMYK) of #6fedeb color hex is 0.53, 0.00, 0.01, 0.07. Web safe color of #6fedeb is #66ffff. Color #6fedeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101101 11101011
Octal 157 355 353
Decimal 111 237 235
Hex 6F ED EB

RGB Percentages of Color #6fedeb

%19.04
%40.65
%40.31

CMYK Percentages of Color #6fedeb

%53
%0
%1
%7

Triadic Colors of #6fedeb

#6fedeb #eb6fed #edeb6f

Analogous Colors of #6fedeb

#6fedeb #6fb0ed #6fedac

Monochromatic Colors of #6fedeb

#6fedeb

Complementary Color

#6fedeb #ed6f71

#6fedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fedeb Color CSS Codes

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

#6fedeb Text Font Color

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

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


#6fedeb Background Color

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

This div background color is #6fedeb


#6fedeb Border Color

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

This div border color is #6fedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fedeb


Comments

No comments written yet.

Please login to write comment.