Color Hex Logo

#69ebeb Color Hex

#69EBEB
(105,235,235)
0 Favorites   0 Comments

Color spaces of #69ebeb

RGB 105235235
HSL0.500.760.67
HSV180°55°92°
CMYK 0.550.000.00   0.08
XYZ50.529468.418189.1401
Yxy68.41810.24280.3288
Hunter Lab82.7152-35.7089-5.9947
CIE-Lab86.2151-35.5354-10.8645

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101011 11101011
Octal 151 353 353
Decimal 105 235 235
Hex 69 EB EB

RGB Percentages of Color #69ebeb

%18.26
%40.87
%40.87

CMYK Percentages of Color #69ebeb

%55
%0
%0
%8

Triadic Colors of #69ebeb

#69ebeb #eb69eb #ebeb69

Analogous Colors of #69ebeb

#69ebeb #69aaeb #69ebaa

Monochromatic Colors of #69ebeb

#69ebeb

Complementary Color

#69ebeb #eb6969

#69ebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ebeb Color CSS Codes

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

#69ebeb Text Font Color

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

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


#69ebeb Background Color

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

This div background color is #69ebeb


#69ebeb Border Color

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

This div border color is #69ebeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,235,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 #69ebeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ebeb


Comments

No comments written yet.

Please login to write comment.