Color Hex Logo

#68dfcb Color Hex

#68DFCB
(104,223,203)
0 Favorites   0 Comments

Color spaces of #68dfcb

RGB 104223203
HSL0.470.650.64
HSV170°53°87°
CMYK 0.530.000.09   0.13
XYZ42.876160.030265.8271
Yxy60.03020.25410.3558
Hunter Lab77.4792-36.80863.8620
CIE-Lab81.8546-38.3192-0.3986

#68dfcb color RGB value is (104,223,203).

#68dfcb hex color red value is 104, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #68dfcb hue: 0.47 , saturation: 0.65 and the lightness value of 68dfcb is 0.64.

The process color (four color CMYK) of #68dfcb color hex is 0.53, 0.00, 0.09, 0.13. Web safe color of #68dfcb is #66cccc. Color #68dfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011111 11001011
Octal 150 337 313
Decimal 104 223 203
Hex 68 DF CB

RGB Percentages of Color #68dfcb

%19.62
%42.08
%38.30

CMYK Percentages of Color #68dfcb

%53
%0
%9
%13

Triadic Colors of #68dfcb

#68dfcb #cb68df #dfcb68

Analogous Colors of #68dfcb

#68dfcb #68b8df #68df90

Monochromatic Colors of #68dfcb

#68dfcb

Complementary Color

#68dfcb #df687c

#68dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dfcb Color CSS Codes

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

#68dfcb Text Font Color

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

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


#68dfcb Background Color

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

This div background color is #68dfcb


#68dfcb Border Color

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

This div border color is #68dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dfcb


Comments

No comments written yet.

Please login to write comment.