Color Hex Logo

#69ebfc Color Hex

#69EBFC
(105,235,252)
0 Favorites   0 Comments

Color spaces of #69ebfc

RGB 105235252
HSL0.520.960.70
HSV187°58°99°
CMYK 0.580.070.00   0.01
XYZ53.104769.4482102.7014
Yxy69.44820.23580.3083
Hunter Lab83.3356-32.0901-14.7331
CIE-Lab86.7255-30.9680-19.0282

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

#69ebfc hex color red value is 105, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #69ebfc hue: 0.52 , saturation: 0.96 and the lightness value of 69ebfc is 0.70.

The process color (four color CMYK) of #69ebfc color hex is 0.58, 0.07, 0.00, 0.01. Web safe color of #69ebfc is #66ffff. Color #69ebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101011 11111100
Octal 151 353 374
Decimal 105 235 252
Hex 69 EB FC

RGB Percentages of Color #69ebfc

%17.74
%39.70
%42.57

CMYK Percentages of Color #69ebfc

%58
%7
%0
%1

Triadic Colors of #69ebfc

#69ebfc #fc69eb #ebfc69

Analogous Colors of #69ebfc

#69ebfc #69a2fc #69fcc4

Monochromatic Colors of #69ebfc

#69ebfc

Complementary Color

#69ebfc #fc7a69

#69ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ebfc Color CSS Codes

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

#69ebfc Text Font Color

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

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


#69ebfc Background Color

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

This div background color is #69ebfc


#69ebfc Border Color

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

This div border color is #69ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ebfc


Comments

No comments written yet.

Please login to write comment.