Color Hex Logo

#69bbed Color Hex

#69BBED
(105,187,237)
0 Favorites   0 Comments

Color spaces of #69bbed

RGB 105187237
HSL0.560.790.67
HSV203°56°93°
CMYK 0.560.210.00   0.07
XYZ38.882144.658386.6914
Yxy44.65830.22840.2623
Hunter Lab66.8269-13.0898-30.1354
CIE-Lab72.6663-11.0117-32.4953

#69bbed color RGB value is (105,187,237).

#69bbed hex color red value is 105, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #69bbed hue: 0.56 , saturation: 0.79 and the lightness value of 69bbed is 0.67.

The process color (four color CMYK) of #69bbed color hex is 0.56, 0.21, 0.00, 0.07. Web safe color of #69bbed is #66ccff. Color #69bbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111011 11101101
Octal 151 273 355
Decimal 105 187 237
Hex 69 BB ED

RGB Percentages of Color #69bbed

%19.85
%35.35
%44.80

CMYK Percentages of Color #69bbed

%56
%21
%0
%7

Triadic Colors of #69bbed

#69bbed #ed69bb #bbed69

Analogous Colors of #69bbed

#69bbed #6979ed #69eddd

Monochromatic Colors of #69bbed

#69bbed

Complementary Color

#69bbed #ed9b69

#69bbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bbed Color CSS Codes

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

#69bbed Text Font Color

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

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


#69bbed Background Color

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

This div background color is #69bbed


#69bbed Border Color

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

This div border color is #69bbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bbed


Comments

No comments written yet.

Please login to write comment.