Color Hex Logo

#cefefb Color Hex

#CEFEFB
(206,254,251)
0 Favorites   0 Comments

Color spaces of #cefefb

RGB 206254251
HSL0.490.960.90
HSV176°19°100°
CMYK 0.190.000.01   0.00
XYZ78.308090.9705104.6986
Yxy90.97050.28580.3320
Hunter Lab95.3785-20.35951.6812
CIE-Lab96.3979-15.7403-3.6150

#cefefb color RGB value is (206,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 11111011
Octal 316 376 373
Decimal 206 254 251
Hex CE FE FB

RGB Percentages of Color #cefefb

%28.97
%35.72
%35.30

CMYK Percentages of Color #cefefb

%19
%0
%1
%0

Triadic Colors of #cefefb

#cefefb #fbcefe #fefbce

Analogous Colors of #cefefb

#cefefb #cee9fe #cefee3

Monochromatic Colors of #cefefb

#cefefb

Complementary Color

#cefefb #feced1

#cefefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefefb Color CSS Codes

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

#cefefb Text Font Color

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

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


#cefefb Background Color

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

This div background color is #cefefb


#cefefb Border Color

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

This div border color is #cefefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefefb

Related Colors


Comments

No comments written yet.

Please login to write comment.