Color Hex Logo

#68cffb Color Hex

#68CFFB
(104,207,251)
0 Favorites   0 Comments

Color spaces of #68cffb

RGB 104207251
HSL0.550.950.70
HSV198°59°98°
CMYK 0.590.180.00   0.02
XYZ45.434354.533799.3982
Yxy54.53370.22790.2735
Hunter Lab73.8469-19.4101-28.1117
CIE-Lab78.7719-17.5521-30.6155

#68cffb color RGB value is (104,207,251).

#68cffb hex color red value is 104, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #68cffb hue: 0.55 , saturation: 0.95 and the lightness value of 68cffb is 0.70.

The process color (four color CMYK) of #68cffb color hex is 0.59, 0.18, 0.00, 0.02. Web safe color of #68cffb is #66ccff. Color #68cffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001111 11111011
Octal 150 317 373
Decimal 104 207 251
Hex 68 CF FB

RGB Percentages of Color #68cffb

%18.51
%36.83
%44.66

CMYK Percentages of Color #68cffb

%59
%18
%0
%2

Triadic Colors of #68cffb

#68cffb #fb68cf #cffb68

Analogous Colors of #68cffb

#68cffb #6886fb #68fbde

Monochromatic Colors of #68cffb

#68cffb

Complementary Color

#68cffb #fb9468

#68cffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cffb Color CSS Codes

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

#68cffb Text Font Color

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

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


#68cffb Background Color

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

This div background color is #68cffb


#68cffb Border Color

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

This div border color is #68cffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,207,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cffb

Related Colors


Comments

No comments written yet.

Please login to write comment.