Color Hex Logo

#cebff5 Color Hex

#CEBFF5
(206,191,245)
0 Favorites   0 Comments

Color spaces of #cebff5

RGB 206191245
HSL0.710.730.85
HSV257°22°96°
CMYK 0.160.220.00   0.04
XYZ60.565856.976094.1915
Yxy56.97600.28600.2691
Hunter Lab75.482411.1310-21.1479
CIE-Lab80.166115.7530-24.7632

#cebff5 color RGB value is (206,191,245).

#cebff5 hex color red value is 206, green value is 191 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #cebff5 hue: 0.71 , saturation: 0.73 and the lightness value of cebff5 is 0.85.

The process color (four color CMYK) of #cebff5 color hex is 0.16, 0.22, 0.00, 0.04. Web safe color of #cebff5 is #ccccff. Color #cebff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111111 11110101
Octal 316 277 365
Decimal 206 191 245
Hex CE BF F5

RGB Percentages of Color #cebff5

%32.09
%29.75
%38.16

CMYK Percentages of Color #cebff5

%16
%22
%0
%4

Triadic Colors of #cebff5

#cebff5 #f5cebf #bff5ce

Analogous Colors of #cebff5

#cebff5 #e9bff5 #bfcbf5

Monochromatic Colors of #cebff5

#cebff5

Complementary Color

#cebff5 #e6f5bf

#cebff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebff5 Color CSS Codes

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

#cebff5 Text Font Color

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

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


#cebff5 Background Color

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

This div background color is #cebff5


#cebff5 Border Color

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

This div border color is #cebff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebff5


Comments

No comments written yet.

Please login to write comment.