Color Hex Logo

#ceafeb Color Hex

#CEAFEB
(206,175,235)
0 Favorites   0 Comments

Color spaces of #ceafeb

RGB 206175235
HSL0.750.600.80
HSV271°26°92°
CMYK 0.120.260.00   0.08
XYZ55.779049.779985.2659
Yxy49.77990.29230.2609
Hunter Lab70.554917.6468-22.2638
CIE-Lab75.934022.3473-25.8397

#ceafeb color RGB value is (206,175,235).

#ceafeb hex color red value is 206, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ceafeb hue: 0.75 , saturation: 0.60 and the lightness value of ceafeb is 0.80.

The process color (four color CMYK) of #ceafeb color hex is 0.12, 0.26, 0.00, 0.08. Web safe color of #ceafeb is #cc99ff. Color #ceafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11101011
Octal 316 257 353
Decimal 206 175 235
Hex CE AF EB

RGB Percentages of Color #ceafeb

%33.44
%28.41
%38.15

CMYK Percentages of Color #ceafeb

%12
%26
%0
%8

Triadic Colors of #ceafeb

#ceafeb #ebceaf #afebce

Analogous Colors of #ceafeb

#ceafeb #ebafea #b0afeb

Monochromatic Colors of #ceafeb

#ceafeb

Complementary Color

#ceafeb #ccebaf

#ceafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafeb Color CSS Codes

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

#ceafeb Text Font Color

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

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


#ceafeb Background Color

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

This div background color is #ceafeb


#ceafeb Border Color

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

This div border color is #ceafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafeb


Comments

No comments written yet.

Please login to write comment.