Color Hex Logo

#68cefc Color Hex

#68CEFC
(104,206,252)
0 Favorites   0 Comments

Color spaces of #68cefc

RGB 104206252
HSL0.550.960.70
HSV199°59°99°
CMYK 0.590.180.00   0.01
XYZ45.350954.1139100.1503
Yxy54.11390.22720.2711
Hunter Lab73.5622-18.6889-29.2261
CIE-Lab78.5281-16.7405-31.5240

#68cefc color RGB value is (104,206,252).

#68cefc hex color red value is 104, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #68cefc hue: 0.55 , saturation: 0.96 and the lightness value of 68cefc is 0.70.

The process color (four color CMYK) of #68cefc color hex is 0.59, 0.18, 0.00, 0.01. Web safe color of #68cefc is #66ccff. Color #68cefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001110 11111100
Octal 150 316 374
Decimal 104 206 252
Hex 68 CE FC

RGB Percentages of Color #68cefc

%18.51
%36.65
%44.84

CMYK Percentages of Color #68cefc

%59
%18
%0
%1

Triadic Colors of #68cefc

#68cefc #fc68ce #cefc68

Analogous Colors of #68cefc

#68cefc #6884fc #68fce0

Monochromatic Colors of #68cefc

#68cefc

Complementary Color

#68cefc #fc9668

#68cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cefc Color CSS Codes

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

#68cefc Text Font Color

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

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


#68cefc Background Color

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

This div background color is #68cefc


#68cefc Border Color

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

This div border color is #68cefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cefc

Related Colors


Comments

No comments written yet.

Please login to write comment.