Color Hex Logo

#69efec Color Hex

#69EFEC
(105,239,236)
0 Favorites   0 Comments

Color spaces of #69efec

RGB 105239236
HSL0.500.810.67
HSV179°56°94°
CMYK 0.560.000.01   0.06
XYZ51.832570.792490.2893
Yxy70.79240.24340.3325
Hunter Lab84.1382-37.2788-4.7278
CIE-Lab87.3840-37.1217-9.6496

#69efec color RGB value is (105,239,236).

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

The process color (four color CMYK) of #69efec color hex is 0.56, 0.00, 0.01, 0.06. Web safe color of #69efec is #66ffff. Color #69efec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101111 11101100
Octal 151 357 354
Decimal 105 239 236
Hex 69 EF EC

RGB Percentages of Color #69efec

%18.10
%41.21
%40.69

CMYK Percentages of Color #69efec

%56
%0
%1
%6

Triadic Colors of #69efec

#69efec #ec69ef #efec69

Analogous Colors of #69efec

#69efec #69afef #69efa9

Monochromatic Colors of #69efec

#69efec

Complementary Color

#69efec #ef696c

#69efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#69efec Color CSS Codes

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

#69efec Text Font Color

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

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


#69efec Background Color

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

This div background color is #69efec


#69efec Border Color

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

This div border color is #69efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69efec


Comments

No comments written yet.

Please login to write comment.