Color Hex Logo

#cefefa Color Hex

#CEFEFA
(206,254,250)
0 Favorites   0 Comments

Color spaces of #cefefa

RGB 206254250
HSL0.490.960.90
HSV175°19°100°
CMYK 0.190.000.02   0.00
XYZ78.150790.9076103.8704
Yxy90.90760.28630.3331
Hunter Lab95.3455-20.54562.1507
CIE-Lab96.3720-15.9427-3.1378

#cefefa color RGB value is (206,254,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 11111010
Octal 316 376 372
Decimal 206 254 250
Hex CE FE FA

RGB Percentages of Color #cefefa

%29.01
%35.77
%35.21

CMYK Percentages of Color #cefefa

%19
%0
%2
%0

Triadic Colors of #cefefa

#cefefa #facefe #feface

Analogous Colors of #cefefa

#cefefa #ceeafe #cefee2

Monochromatic Colors of #cefefa

#cefefa

Complementary Color

#cefefa #feced2

#cefefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefefa Color CSS Codes

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

#cefefa Text Font Color

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

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


#cefefa Background Color

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

This div background color is #cefefa


#cefefa Border Color

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

This div border color is #cefefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefefa

#cefefa Color Palettes


Comments

No comments written yet.

Please login to write comment.