Color Hex Logo

#cebeff Color Hex

#CEBEFF
(206,190,255)
0 Favorites   0 Comments

Color spaces of #cebeff

RGB 206190255
HSL0.711.000.87
HSV255°25°100°
CMYK 0.190.250.00   0.00
XYZ61.917157.1687102.3790
Yxy57.16870.27960.2581
Hunter Lab75.610013.8564-27.3541
CIE-Lab80.274418.4626-29.9454

#cebeff color RGB value is (206,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111110 11111111
Octal 316 276 377
Decimal 206 190 255
Hex CE BE FF

RGB Percentages of Color #cebeff

%31.64
%29.19
%39.17

CMYK Percentages of Color #cebeff

%19
%25
%0
%0

Triadic Colors of #cebeff

#cebeff #ffcebe #beffce

Analogous Colors of #cebeff

#cebeff #efbeff #becfff

Monochromatic Colors of #cebeff

#cebeff

Complementary Color

#cebeff #efffbe

#cebeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebeff Color CSS Codes

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

#cebeff Text Font Color

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

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


#cebeff Background Color

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

This div background color is #cebeff


#cebeff Border Color

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

This div border color is #cebeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebeff

Related Colors


Comments

No comments written yet.

Please login to write comment.