Color Hex Logo

#68fbcb Color Hex

#68FBCB
(104,251,203)
0 Favorites   0 Comments

Color spaces of #68fbcb

RGB 104251203
HSL0.450.950.70
HSV160°59°98°
CMYK 0.590.000.19   0.02
XYZ50.985676.249268.5303
Yxy76.24920.26040.3895
Hunter Lab87.3208-48.587314.5931
CIE-Lab89.9749-50.526311.3180

#68fbcb color RGB value is (104,251,203).

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

The process color (four color CMYK) of #68fbcb color hex is 0.59, 0.00, 0.19, 0.02. Web safe color of #68fbcb is #66ffcc. Color #68fbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111011 11001011
Octal 150 373 313
Decimal 104 251 203
Hex 68 FB CB

RGB Percentages of Color #68fbcb

%18.64
%44.98
%36.38

CMYK Percentages of Color #68fbcb

%59
%0
%19
%2

Triadic Colors of #68fbcb

#68fbcb #cb68fb #fbcb68

Analogous Colors of #68fbcb

#68fbcb #68e2fb #68fb82

Monochromatic Colors of #68fbcb

#68fbcb

Complementary Color

#68fbcb #fb6898

#68fbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fbcb Color CSS Codes

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

#68fbcb Text Font Color

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

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


#68fbcb Background Color

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

This div background color is #68fbcb


#68fbcb Border Color

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

This div border color is #68fbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fbcb


Comments

No comments written yet.

Please login to write comment.