Color Hex Logo

#6bcfde Color Hex

#6BCFDE
(107,207,222)
0 Favorites   0 Comments

Color spaces of #6bcfde

RGB 107207222
HSL0.520.640.65
HSV188°52°87°
CMYK 0.520.070.00   0.13
XYZ41.561053.025477.1517
Yxy53.02540.24200.3088
Hunter Lab72.8185-25.5540-11.8451
CIE-Lab77.8900-25.1918-16.4236

#6bcfde color RGB value is (107,207,222).

#6bcfde hex color red value is 107, green value is 207 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6bcfde hue: 0.52 , saturation: 0.64 and the lightness value of 6bcfde is 0.65.

The process color (four color CMYK) of #6bcfde color hex is 0.52, 0.07, 0.00, 0.13. Web safe color of #6bcfde is #66cccc. Color #6bcfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001111 11011110
Octal 153 317 336
Decimal 107 207 222
Hex 6B CF DE

RGB Percentages of Color #6bcfde

%19.96
%38.62
%41.42

CMYK Percentages of Color #6bcfde

%52
%7
%0
%13

Triadic Colors of #6bcfde

#6bcfde #de6bcf #cfde6b

Analogous Colors of #6bcfde

#6bcfde #6b96de #6bdeb4

Monochromatic Colors of #6bcfde

#6bcfde

Complementary Color

#6bcfde #de7a6b

#6bcfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcfde Color CSS Codes

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

#6bcfde Text Font Color

<p style="color:#6bcfde">Text here</p>

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


#6bcfde Background Color

<div style="background-color:#6bcfde">
Div content here</div>

This div background color is #6bcfde


#6bcfde Border Color

<div style="border:3px solid #6bcfde">
Div here</div>

This div border color is #6bcfde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,207,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bcfde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bcfde;
  -webkit-box-shadow: 1px 1px 3px 2px #6bcfde;
  box-shadow:         1px 1px 3px 2px #6bcfde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcfde


Comments

No comments written yet.

Please login to write comment.