Color Hex Logo

#cefbc7 Color Hex

#CEFBC7
(206,251,199)
0 Favorites   0 Comments

Color spaces of #cefbc7

RGB 206251199
HSL0.310.870.88
HSV112°21°98°
CMYK 0.180.000.21   0.02
XYZ70.259686.239766.9757
Yxy86.23970.31440.3859
Hunter Lab92.8653-27.465722.2450
CIE-Lab94.4147-23.834720.2788

#cefbc7 color RGB value is (206,251,199).

#cefbc7 hex color red value is 206, green value is 251 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #cefbc7 hue: 0.31 , saturation: 0.87 and the lightness value of cefbc7 is 0.88.

The process color (four color CMYK) of #cefbc7 color hex is 0.18, 0.00, 0.21, 0.02. Web safe color of #cefbc7 is #ccffcc. Color #cefbc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 11000111
Octal 316 373 307
Decimal 206 251 199
Hex CE FB C7

RGB Percentages of Color #cefbc7

%31.40
%38.26
%30.34

CMYK Percentages of Color #cefbc7

%18
%0
%21
%2

Triadic Colors of #cefbc7

#cefbc7 #c7cefb #fbc7ce

Analogous Colors of #cefbc7

#cefbc7 #c7fbda #e8fbc7

Monochromatic Colors of #cefbc7

#cefbc7

Complementary Color

#cefbc7 #f4c7fb

#cefbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefbc7 Color CSS Codes

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

#cefbc7 Text Font Color

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

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


#cefbc7 Background Color

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

This div background color is #cefbc7


#cefbc7 Border Color

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

This div border color is #cefbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefbc7

Related Colors


Comments

No comments written yet.

Please login to write comment.