Color Hex Logo

#cefaeb Color Hex

#CEFAEB
(206,250,235)
0 Favorites   0 Comments

Color spaces of #cefaeb

RGB 206250235
HSL0.440.810.89
HSV160°18°98°
CMYK 0.180.000.06   0.02
XYZ74.634687.491291.5511
Yxy87.49120.29420.3449
Hunter Lab93.5367-21.26107.4443
CIE-Lab94.9463-16.93042.5175

#cefaeb color RGB value is (206,250,235).

#cefaeb hex color red value is 206, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cefaeb hue: 0.44 , saturation: 0.81 and the lightness value of cefaeb is 0.89.

The process color (four color CMYK) of #cefaeb color hex is 0.18, 0.00, 0.06, 0.02. Web safe color of #cefaeb is #ccffff. Color #cefaeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 11101011
Octal 316 372 353
Decimal 206 250 235
Hex CE FA EB

RGB Percentages of Color #cefaeb

%29.81
%36.18
%34.01

CMYK Percentages of Color #cefaeb

%18
%0
%6
%2

Triadic Colors of #cefaeb

#cefaeb #ebcefa #faebce

Analogous Colors of #cefaeb

#cefaeb #cef3fa #cefad5

Monochromatic Colors of #cefaeb

#cefaeb

Complementary Color

#cefaeb #facedd

#cefaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefaeb Color CSS Codes

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

#cefaeb Text Font Color

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

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


#cefaeb Background Color

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

This div background color is #cefaeb


#cefaeb Border Color

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

This div border color is #cefaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,250,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 #cefaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefaeb


Comments

No comments written yet.

Please login to write comment.