Color Hex Logo

#68cfec Color Hex

#68CFEC
(104,207,236)
0 Favorites   0 Comments

Color spaces of #68cfec

RGB 104207236
HSL0.540.780.67
HSV193°56°93°
CMYK 0.560.120.00   0.07
XYZ43.162153.624887.4326
Yxy53.62480.23430.2911
Hunter Lab73.2290-22.9404-19.5297
CIE-Lab78.2424-21.8989-23.4080

#68cfec color RGB value is (104,207,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001111 11101100
Octal 150 317 354
Decimal 104 207 236
Hex 68 CF EC

RGB Percentages of Color #68cfec

%19.01
%37.84
%43.14

CMYK Percentages of Color #68cfec

%56
%12
%0
%7

Triadic Colors of #68cfec

#68cfec #ec68cf #cfec68

Analogous Colors of #68cfec

#68cfec #688dec #68ecc7

Monochromatic Colors of #68cfec

#68cfec

Complementary Color

#68cfec #ec8568

#68cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cfec Color CSS Codes

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

#68cfec Text Font Color

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

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


#68cfec Background Color

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

This div background color is #68cfec


#68cfec Border Color

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

This div border color is #68cfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cfec


Comments

No comments written yet.

Please login to write comment.