Color Hex Logo

#69cbed Color Hex

#69CBED
(105,203,237)
0 Favorites   0 Comments

Color spaces of #69cbed

RGB 105203237
HSL0.540.790.67
HSV195°56°93°
CMYK 0.560.140.00   0.07
XYZ42.467751.829687.8866
Yxy51.82960.23310.2845
Hunter Lab71.9928-20.6923-21.9845
CIE-Lab77.1788-19.3865-25.5631

#69cbed color RGB value is (105,203,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001011 11101101
Octal 151 313 355
Decimal 105 203 237
Hex 69 CB ED

RGB Percentages of Color #69cbed

%19.27
%37.25
%43.49

CMYK Percentages of Color #69cbed

%56
%14
%0
%7

Triadic Colors of #69cbed

#69cbed #ed69cb #cbed69

Analogous Colors of #69cbed

#69cbed #6989ed #69edcd

Monochromatic Colors of #69cbed

#69cbed

Complementary Color

#69cbed #ed8b69

#69cbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cbed Color CSS Codes

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

#69cbed Text Font Color

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

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


#69cbed Background Color

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

This div background color is #69cbed


#69cbed Border Color

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

This div border color is #69cbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cbed


Comments

No comments written yet.

Please login to write comment.