Color Hex Logo

#cefdfb Color Hex

#CEFDFB
(206,253,251)
0 Favorites   0 Comments

Color spaces of #cefdfb

RGB 206253251
HSL0.490.920.90
HSV177°19°99°
CMYK 0.190.000.01   0.01
XYZ77.991590.3374104.5931
Yxy90.33740.28580.3310
Hunter Lab95.0460-19.85951.2867
CIE-Lab96.1365-15.2461-3.9992

#cefdfb color RGB value is (206,253,251).

#cefdfb hex color red value is 206, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cefdfb hue: 0.49 , saturation: 0.92 and the lightness value of cefdfb is 0.90.

The process color (four color CMYK) of #cefdfb color hex is 0.19, 0.00, 0.01, 0.01. Web safe color of #cefdfb is #ccffff. Color #cefdfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111101 11111011
Octal 316 375 373
Decimal 206 253 251
Hex CE FD FB

RGB Percentages of Color #cefdfb

%29.01
%35.63
%35.35

CMYK Percentages of Color #cefdfb

%19
%0
%1
%1

Triadic Colors of #cefdfb

#cefdfb #fbcefd #fdfbce

Analogous Colors of #cefdfb

#cefdfb #cee8fd #cefde4

Monochromatic Colors of #cefdfb

#cefdfb

Complementary Color

#cefdfb #fdced0

#cefdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefdfb Color CSS Codes

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

#cefdfb Text Font Color

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

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


#cefdfb Background Color

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

This div background color is #cefdfb


#cefdfb Border Color

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

This div border color is #cefdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.