Color Hex Logo

#68cde0 Color Hex

#68CDE0
(104,205,224)
0 Favorites   0 Comments

Color spaces of #68cde0

RGB 104205224
HSL0.530.660.64
HSV190°54°88°
CMYK 0.540.080.00   0.12
XYZ40.994851.987578.3950
Yxy51.98750.23920.3034
Hunter Lab72.1024-24.6905-13.9928
CIE-Lab77.2734-24.2651-18.4395

#68cde0 color RGB value is (104,205,224).

#68cde0 hex color red value is 104, green value is 205 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #68cde0 hue: 0.53 , saturation: 0.66 and the lightness value of 68cde0 is 0.64.

The process color (four color CMYK) of #68cde0 color hex is 0.54, 0.08, 0.00, 0.12. Web safe color of #68cde0 is #66cccc. Color #68cde0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001101 11100000
Octal 150 315 340
Decimal 104 205 224
Hex 68 CD E0

RGB Percentages of Color #68cde0

%19.51
%38.46
%42.03

CMYK Percentages of Color #68cde0

%54
%8
%0
%12

Triadic Colors of #68cde0

#68cde0 #e068cd #cde068

Analogous Colors of #68cde0

#68cde0 #6891e0 #68e0b7

Monochromatic Colors of #68cde0

#68cde0

Complementary Color

#68cde0 #e07b68

#68cde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cde0 Color CSS Codes

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

#68cde0 Text Font Color

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

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


#68cde0 Background Color

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

This div background color is #68cde0


#68cde0 Border Color

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

This div border color is #68cde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cde0


Comments

No comments written yet.

Please login to write comment.