Color Hex Logo

#cfeadb Color Hex

#CFEADB
(207,234,219)
0 Favorites   0 Comments

Color spaces of #cfeadb

RGB 207234219
HSL0.410.390.86
HSV147°12°92°
CMYK 0.120.000.06   0.08
XYZ67.941177.225578.3430
Yxy77.22550.30400.3455
Hunter Lab87.8780-15.78308.6578
CIE-Lab90.4253-11.66744.2759

#cfeadb color RGB value is (207,234,219).

#cfeadb hex color red value is 207, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cfeadb hue: 0.41 , saturation: 0.39 and the lightness value of cfeadb is 0.86.

The process color (four color CMYK) of #cfeadb color hex is 0.12, 0.00, 0.06, 0.08. Web safe color of #cfeadb is #ccffcc. Color #cfeadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101010 11011011
Octal 317 352 333
Decimal 207 234 219
Hex CF EA DB

RGB Percentages of Color #cfeadb

%31.36
%35.45
%33.18

CMYK Percentages of Color #cfeadb

%12
%0
%6
%8

Triadic Colors of #cfeadb

#cfeadb #dbcfea #eadbcf

Analogous Colors of #cfeadb

#cfeadb #cfeae9 #d1eacf

Monochromatic Colors of #cfeadb

#cfeadb

Complementary Color

#cfeadb #eacfde

#cfeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeadb Color CSS Codes

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

#cfeadb Text Font Color

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

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


#cfeadb Background Color

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

This div background color is #cfeadb


#cfeadb Border Color

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

This div border color is #cfeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeadb

#cfeadb Color Palettes


Comments

No comments written yet.

Please login to write comment.