Color Hex Logo

#68affc Color Hex

#68AFFC
(104,175,252)
0 Favorites   0 Comments

Color spaces of #68affc

RGB 104175252
HSL0.590.960.70
HSV211°59°99°
CMYK 0.590.310.00   0.01
XYZ38.609640.631397.9031
Yxy40.63130.21800.2294
Hunter Lab63.7427-3.4304-46.4443
CIE-Lab69.9168-0.0295-44.9052

#68affc color RGB value is (104,175,252).

#68affc hex color red value is 104, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #68affc hue: 0.59 , saturation: 0.96 and the lightness value of 68affc is 0.70.

The process color (four color CMYK) of #68affc color hex is 0.59, 0.31, 0.00, 0.01. Web safe color of #68affc is #6699ff. Color #68affc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101111 11111100
Octal 150 257 374
Decimal 104 175 252
Hex 68 AF FC

RGB Percentages of Color #68affc

%19.59
%32.96
%47.46

CMYK Percentages of Color #68affc

%59
%31
%0
%1

Triadic Colors of #68affc

#68affc #fc68af #affc68

Analogous Colors of #68affc

#68affc #6b68fc #68f9fc

Monochromatic Colors of #68affc

#68affc

Complementary Color

#68affc #fcb568

#68affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68affc Color CSS Codes

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

#68affc Text Font Color

<p style="color:#68affc">Text here</p>

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


#68affc Background Color

<div style="background-color:#68affc">
Div content here</div>

This div background color is #68affc


#68affc Border Color

<div style="border:3px solid #68affc">
Div here</div>

This div border color is #68affc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,175,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68affc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68affc;
  -webkit-box-shadow: 1px 1px 3px 2px #68affc;
  box-shadow:         1px 1px 3px 2px #68affc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,175,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 #68affc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68affc

Related Colors


Comments

No comments written yet.

Please login to write comment.