Color Hex Logo

#69beca Color Hex

#69BECA
(105,190,202)
0 Favorites   0 Comments

Color spaces of #69beca

RGB 105190202
HSL0.520.480.60
HSV187°48°79°
CMYK 0.480.060.00   0.21
XYZ34.899844.094462.5488
Yxy44.09440.24660.3115
Hunter Lab66.4036-22.3919-9.3656
CIE-Lab72.2915-22.5271-14.0313

#69beca color RGB value is (105,190,202).

#69beca hex color red value is 105, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #69beca hue: 0.52 , saturation: 0.48 and the lightness value of 69beca is 0.60.

The process color (four color CMYK) of #69beca color hex is 0.48, 0.06, 0.00, 0.21. Web safe color of #69beca is #66cccc. Color #69beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111110 11001010
Octal 151 276 312
Decimal 105 190 202
Hex 69 BE CA

RGB Percentages of Color #69beca

%21.13
%38.23
%40.64

CMYK Percentages of Color #69beca

%48
%6
%0
%21

Triadic Colors of #69beca

#69beca #ca69be #beca69

Analogous Colors of #69beca

#69beca #698eca #69caa6

Monochromatic Colors of #69beca

#69beca

Complementary Color

#69beca #ca7569

#69beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#69beca Color CSS Codes

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

#69beca Text Font Color

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

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


#69beca Background Color

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

This div background color is #69beca


#69beca Border Color

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

This div border color is #69beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69beca


Comments

No comments written yet.

Please login to write comment.