Color Hex Logo

#6cebfd Color Hex

#6CEBFD
(108,235,253)
0 Favorites   0 Comments

Color spaces of #6cebfd

RGB 108235253
HSL0.520.970.71
HSV187°57°99°
CMYK 0.570.070.00   0.01
XYZ53.622369.6967103.5551
Yxy69.69670.23640.3072
Hunter Lab83.4845-31.4470-15.1047
CIE-Lab86.8479-30.1619-19.3592

#6cebfd color RGB value is (108,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101011 11111101
Octal 154 353 375
Decimal 108 235 253
Hex 6C EB FD

RGB Percentages of Color #6cebfd

%18.12
%39.43
%42.45

CMYK Percentages of Color #6cebfd

%57
%7
%0
%1

Triadic Colors of #6cebfd

#6cebfd #fd6ceb #ebfd6c

Analogous Colors of #6cebfd

#6cebfd #6ca3fd #6cfdc7

Monochromatic Colors of #6cebfd

#6cebfd

Complementary Color

#6cebfd #fd7e6c

#6cebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cebfd Color CSS Codes

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

#6cebfd Text Font Color

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

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


#6cebfd Background Color

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

This div background color is #6cebfd


#6cebfd Border Color

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

This div border color is #6cebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cebfd


Comments

No comments written yet.

Please login to write comment.