Color Hex Logo

#6ceafd Color Hex

#6CEAFD
(108,234,253)
0 Favorites   0 Comments

Color spaces of #6ceafd

RGB 108234253
HSL0.520.970.71
HSV188°57°99°
CMYK 0.570.080.00   0.01
XYZ53.336869.1256103.4599
Yxy69.12560.23610.3060
Hunter Lab83.1418-30.9876-15.5800
CIE-Lab86.5662-29.6822-19.7846

#6ceafd color RGB value is (108,234,253).

#6ceafd hex color red value is 108, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6ceafd hue: 0.52 , saturation: 0.97 and the lightness value of 6ceafd is 0.71.

The process color (four color CMYK) of #6ceafd color hex is 0.57, 0.08, 0.00, 0.01. Web safe color of #6ceafd is #66ffff. Color #6ceafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101010 11111101
Octal 154 352 375
Decimal 108 234 253
Hex 6C EA FD

RGB Percentages of Color #6ceafd

%18.15
%39.33
%42.52

CMYK Percentages of Color #6ceafd

%57
%8
%0
%1

Triadic Colors of #6ceafd

#6ceafd #fd6cea #eafd6c

Analogous Colors of #6ceafd

#6ceafd #6ca2fd #6cfdc8

Monochromatic Colors of #6ceafd

#6ceafd

Complementary Color

#6ceafd #fd7f6c

#6ceafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ceafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ceafd Color CSS Codes

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

#6ceafd Text Font Color

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

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


#6ceafd Background Color

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

This div background color is #6ceafd


#6ceafd Border Color

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

This div border color is #6ceafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,234,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 #6ceafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ceafd

Related Colors


Comments

No comments written yet.

Please login to write comment.