Color Hex Logo

#cebefe Color Hex

#CEBEFE
(206,190,254)
0 Favorites   0 Comments

Color spaces of #cebefe

RGB 206190254
HSL0.710.970.87
HSV255°25°100°
CMYK 0.190.250.00   0.00
XYZ61.756457.1045101.5333
Yxy57.10450.28020.2591
Hunter Lab75.567513.6332-26.7654
CIE-Lab80.238318.2427-29.4665

#cebefe color RGB value is (206,190,254).

#cebefe hex color red value is 206, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cebefe hue: 0.71 , saturation: 0.97 and the lightness value of cebefe is 0.87.

The process color (four color CMYK) of #cebefe color hex is 0.19, 0.25, 0.00, 0.00. Web safe color of #cebefe is #ccccff. Color #cebefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111110 11111110
Octal 316 276 376
Decimal 206 190 254
Hex CE BE FE

RGB Percentages of Color #cebefe

%31.69
%29.23
%39.08

CMYK Percentages of Color #cebefe

%19
%25
%0
%0

Triadic Colors of #cebefe

#cebefe #fecebe #befece

Analogous Colors of #cebefe

#cebefe #eebefe #becefe

Monochromatic Colors of #cebefe

#cebefe

Complementary Color

#cebefe #eefebe

#cebefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebefe Color CSS Codes

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

#cebefe Text Font Color

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

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


#cebefe Background Color

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

This div background color is #cebefe


#cebefe Border Color

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

This div border color is #cebefe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,190,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cebefe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cebefe;
  -webkit-box-shadow: 1px 1px 3px 2px #cebefe;
  box-shadow:         1px 1px 3px 2px #cebefe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,190,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebefe


Comments

No comments written yet.

Please login to write comment.