Color Hex Logo

#6cdfeb Color Hex

#6CDFEB
(108,223,235)
0 Favorites   0 Comments

Color spaces of #6cdfeb

RGB 108223235
HSL0.520.760.67
HSV186°54°92°
CMYK 0.540.050.00   0.08
XYZ47.567461.961788.0500
Yxy61.96170.24080.3136
Hunter Lab78.7158-29.8862-11.2197
CIE-Lab82.8930-29.2907-15.8263

#6cdfeb color RGB value is (108,223,235).

#6cdfeb hex color red value is 108, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6cdfeb hue: 0.52 , saturation: 0.76 and the lightness value of 6cdfeb is 0.67.

The process color (four color CMYK) of #6cdfeb color hex is 0.54, 0.05, 0.00, 0.08. Web safe color of #6cdfeb is #66ccff. Color #6cdfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011111 11101011
Octal 154 337 353
Decimal 108 223 235
Hex 6C DF EB

RGB Percentages of Color #6cdfeb

%19.08
%39.40
%41.52

CMYK Percentages of Color #6cdfeb

%54
%5
%0
%8

Triadic Colors of #6cdfeb

#6cdfeb #eb6cdf #dfeb6c

Analogous Colors of #6cdfeb

#6cdfeb #6ca0eb #6cebb8

Monochromatic Colors of #6cdfeb

#6cdfeb

Complementary Color

#6cdfeb #eb786c

#6cdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdfeb Color CSS Codes

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

#6cdfeb Text Font Color

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

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


#6cdfeb Background Color

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

This div background color is #6cdfeb


#6cdfeb Border Color

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

This div border color is #6cdfeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,223,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cdfeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cdfeb;
  -webkit-box-shadow: 1px 1px 3px 2px #6cdfeb;
  box-shadow:         1px 1px 3px 2px #6cdfeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,223,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdfeb


Comments

No comments written yet.

Please login to write comment.