Color Hex Logo

#68cfee Color Hex

#68CFEE
(104,207,238)
0 Favorites   0 Comments

Color spaces of #68cfee

RGB 104207238
HSL0.540.800.67
HSV194°56°93°
CMYK 0.560.130.00   0.07
XYZ43.454453.741788.9718
Yxy53.74170.23340.2887
Hunter Lab73.3087-22.4828-20.6417
CIE-Lab78.3109-21.3282-24.3746

#68cfee color RGB value is (104,207,238).

#68cfee hex color red value is 104, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #68cfee hue: 0.54 , saturation: 0.80 and the lightness value of 68cfee is 0.67.

The process color (four color CMYK) of #68cfee color hex is 0.56, 0.13, 0.00, 0.07. Web safe color of #68cfee is #66ccff. Color #68cfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001111 11101110
Octal 150 317 356
Decimal 104 207 238
Hex 68 CF EE

RGB Percentages of Color #68cfee

%18.94
%37.70
%43.35

CMYK Percentages of Color #68cfee

%56
%13
%0
%7

Triadic Colors of #68cfee

#68cfee #ee68cf #cfee68

Analogous Colors of #68cfee

#68cfee #688cee #68eeca

Monochromatic Colors of #68cfee

#68cfee

Complementary Color

#68cfee #ee8768

#68cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cfee Color CSS Codes

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

#68cfee Text Font Color

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

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


#68cfee Background Color

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

This div background color is #68cfee


#68cfee Border Color

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

This div border color is #68cfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cfee


Comments

No comments written yet.

Please login to write comment.