Color Hex Logo

#69ebea Color Hex

#69EBEA
(105,235,234)
0 Favorites   0 Comments

Color spaces of #69ebea

RGB 105235234
HSL0.500.760.67
HSV180°55°92°
CMYK 0.550.000.00   0.08
XYZ50.385368.360488.3812
Yxy68.36040.24330.3300
Hunter Lab82.6803-35.9129-5.5018
CIE-Lab86.1863-35.7969-10.3815

#69ebea color RGB value is (105,235,234).

#69ebea hex color red value is 105, green value is 235 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #69ebea hue: 0.50 , saturation: 0.76 and the lightness value of 69ebea is 0.67.

The process color (four color CMYK) of #69ebea color hex is 0.55, 0.00, 0.00, 0.08. Web safe color of #69ebea is #66ffff. Color #69ebea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101011 11101010
Octal 151 353 352
Decimal 105 235 234
Hex 69 EB EA

RGB Percentages of Color #69ebea

%18.29
%40.94
%40.77

CMYK Percentages of Color #69ebea

%55
%0
%0
%8

Triadic Colors of #69ebea

#69ebea #ea69eb #ebea69

Analogous Colors of #69ebea

#69ebea #69abeb #69eba9

Monochromatic Colors of #69ebea

#69ebea

Complementary Color

#69ebea #eb696a

#69ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ebea Color CSS Codes

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

#69ebea Text Font Color

<p style="color:#69ebea">Text here</p>

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


#69ebea Background Color

<div style="background-color:#69ebea">
Div content here</div>

This div background color is #69ebea


#69ebea Border Color

<div style="border:3px solid #69ebea">
Div here</div>

This div border color is #69ebea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,235,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69ebea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69ebea;
  -webkit-box-shadow: 1px 1px 3px 2px #69ebea;
  box-shadow:         1px 1px 3px 2px #69ebea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ebea


Comments

No comments written yet.

Please login to write comment.