Color Hex Logo

#cefcbe Color Hex

#CEFCBE
(206,252,190)
0 Favorites   0 Comments

Color spaces of #cefcbe

RGB 206252190
HSL0.290.910.87
HSV105°25°99°
CMYK 0.180.000.25   0.01
XYZ69.558386.460361.7376
Yxy86.46030.31940.3971
Hunter Lab92.9840-29.192125.7227
CIE-Lab94.5088-25.749424.9961

#cefcbe color RGB value is (206,252,190).

#cefcbe hex color red value is 206, green value is 252 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cefcbe hue: 0.29 , saturation: 0.91 and the lightness value of cefcbe is 0.87.

The process color (four color CMYK) of #cefcbe color hex is 0.18, 0.00, 0.25, 0.01. Web safe color of #cefcbe is #ccffcc. Color #cefcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 10111110
Octal 316 374 276
Decimal 206 252 190
Hex CE FC BE

RGB Percentages of Color #cefcbe

%31.79
%38.89
%29.32

CMYK Percentages of Color #cefcbe

%18
%0
%25
%1

Triadic Colors of #cefcbe

#cefcbe #becefc #fcbece

Analogous Colors of #cefcbe

#cefcbe #befccd #edfcbe

Monochromatic Colors of #cefcbe

#cefcbe

Complementary Color

#cefcbe #ecbefc

#cefcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefcbe Color CSS Codes

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

#cefcbe Text Font Color

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

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


#cefcbe Background Color

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

This div background color is #cefcbe


#cefcbe Border Color

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

This div border color is #cefcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefcbe


Comments

No comments written yet.

Please login to write comment.