Color Hex Logo

#68defd Color Hex

#68DEFD
(104,222,253)
0 Favorites   0 Comments

Color spaces of #68defd

RGB 104222253
HSL0.530.970.70
HSV192°59°99°
CMYK 0.590.120.00   0.01
XYZ49.559862.2775102.3372
Yxy62.27750.23140.2908
Hunter Lab78.9161-26.0041-21.6451
CIE-Lab83.0608-24.5468-25.1146

#68defd color RGB value is (104,222,253).

#68defd hex color red value is 104, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #68defd hue: 0.53 , saturation: 0.97 and the lightness value of 68defd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011110 11111101
Octal 150 336 375
Decimal 104 222 253
Hex 68 DE FD

RGB Percentages of Color #68defd

%17.96
%38.34
%43.70

CMYK Percentages of Color #68defd

%59
%12
%0
%1

Triadic Colors of #68defd

#68defd #fd68de #defd68

Analogous Colors of #68defd

#68defd #6894fd #68fdd2

Monochromatic Colors of #68defd

#68defd

Complementary Color

#68defd #fd8768

#68defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68defd Color CSS Codes

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

#68defd Text Font Color

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

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


#68defd Background Color

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

This div background color is #68defd


#68defd Border Color

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

This div border color is #68defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68defd

Related Colors


Comments

No comments written yet.

Please login to write comment.