Color Hex Logo

#cebaf8 Color Hex

#CEBAF8
(206,186,248)
0 Favorites   0 Comments

Color spaces of #cebaf8

RGB 206186248
HSL0.720.820.85
HSV259°25°97°
CMYK 0.170.250.00   0.03
XYZ59.955855.016996.2663
Yxy55.01690.28380.2604
Hunter Lab74.173414.4816-25.0285
CIE-Lab79.051019.1101-28.0748

#cebaf8 color RGB value is (206,186,248).

#cebaf8 hex color red value is 206, green value is 186 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #cebaf8 hue: 0.72 , saturation: 0.82 and the lightness value of cebaf8 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 11111000
Octal 316 272 370
Decimal 206 186 248
Hex CE BA F8

RGB Percentages of Color #cebaf8

%32.19
%29.06
%38.75

CMYK Percentages of Color #cebaf8

%17
%25
%0
%3

Triadic Colors of #cebaf8

#cebaf8 #f8ceba #baf8ce

Analogous Colors of #cebaf8

#cebaf8 #edbaf8 #bac5f8

Monochromatic Colors of #cebaf8

#cebaf8

Complementary Color

#cebaf8 #e4f8ba

#cebaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebaf8 Color CSS Codes

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

#cebaf8 Text Font Color

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

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


#cebaf8 Background Color

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

This div background color is #cebaf8


#cebaf8 Border Color

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

This div border color is #cebaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebaf8


Comments

No comments written yet.

Please login to write comment.