Color Hex Logo

#cefedb Color Hex

#CEFEDB
(206,254,219)
0 Favorites   0 Comments

Color spaces of #cefedb

RGB 206254219
HSL0.380.960.90
HSV136°19°100°
CMYK 0.190.000.14   0.00
XYZ73.681689.119980.3363
Yxy89.11990.30300.3665
Hunter Lab94.4033-25.887015.6271
CIE-Lab95.6305-21.851411.7432

#cefedb color RGB value is (206,254,219).

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

The process color (four color CMYK) of #cefedb color hex is 0.19, 0.00, 0.14, 0.00. Web safe color of #cefedb is #ccffcc. Color #cefedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 11011011
Octal 316 376 333
Decimal 206 254 219
Hex CE FE DB

RGB Percentages of Color #cefedb

%30.34
%37.41
%32.25

CMYK Percentages of Color #cefedb

%19
%0
%14
%0

Triadic Colors of #cefedb

#cefedb #dbcefe #fedbce

Analogous Colors of #cefedb

#cefedb #cefef3 #d9fece

Monochromatic Colors of #cefedb

#cefedb

Complementary Color

#cefedb #fecef1

#cefedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefedb Color CSS Codes

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

#cefedb Text Font Color

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

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


#cefedb Background Color

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

This div background color is #cefedb


#cefedb Border Color

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

This div border color is #cefedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefedb

Related Colors


Comments

No comments written yet.

Please login to write comment.