Color Hex Logo

#cefadb Color Hex

#CEFADB
(206,250,219)
0 Favorites   0 Comments

Color spaces of #cefadb

RGB 206250219
HSL0.380.810.89
HSV138°18°98°
CMYK 0.180.000.12   0.02
XYZ72.425486.607579.9175
Yxy86.60750.30310.3624
Hunter Lab93.0632-23.944814.2292
CIE-Lab94.5715-19.911910.2319

#cefadb color RGB value is (206,250,219).

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

The process color (four color CMYK) of #cefadb color hex is 0.18, 0.00, 0.12, 0.02. Web safe color of #cefadb is #ccffcc. Color #cefadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 11011011
Octal 316 372 333
Decimal 206 250 219
Hex CE FA DB

RGB Percentages of Color #cefadb

%30.52
%37.04
%32.44

CMYK Percentages of Color #cefadb

%18
%0
%12
%2

Triadic Colors of #cefadb

#cefadb #dbcefa #fadbce

Analogous Colors of #cefadb

#cefadb #cefaf1 #d7face

Monochromatic Colors of #cefadb

#cefadb

Complementary Color

#cefadb #faceed

#cefadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefadb Color CSS Codes

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

#cefadb Text Font Color

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

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


#cefadb Background Color

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

This div background color is #cefadb


#cefadb Border Color

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

This div border color is #cefadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefadb


Comments

No comments written yet.

Please login to write comment.