Color Hex Logo

#6beaed Color Hex

#6BEAED
(107,234,237)
0 Favorites   0 Comments

Color spaces of #6beaed

RGB 107234237
HSL0.500.780.67
HSV181°55°93°
CMYK 0.550.010.00   0.07
XYZ50.772368.085990.5867
Yxy68.08590.24240.3251
Hunter Lab82.5142-34.5659-7.3305
CIE-Lab86.0494-34.1732-12.1568

#6beaed color RGB value is (107,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101010 11101101
Octal 153 352 355
Decimal 107 234 237
Hex 6B EA ED

RGB Percentages of Color #6beaed

%18.51
%40.48
%41.00

CMYK Percentages of Color #6beaed

%55
%1
%0
%7

Triadic Colors of #6beaed

#6beaed #ed6bea #eaed6b

Analogous Colors of #6beaed

#6beaed #6ba9ed #6bedaf

Monochromatic Colors of #6beaed

#6beaed

Complementary Color

#6beaed #ed6e6b

#6beaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6beaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6beaed Color CSS Codes

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

#6beaed Text Font Color

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

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


#6beaed Background Color

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

This div background color is #6beaed


#6beaed Border Color

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

This div border color is #6beaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,234,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6beaed


Comments

No comments written yet.

Please login to write comment.