Color Hex Logo

#cef5be Color Hex

#CEF5BE
(206,245,190)
0 Favorites   0 Comments

Color spaces of #cef5be

RGB 206245190
HSL0.280.730.85
HSV103°22°96°
CMYK 0.160.000.22   0.04
XYZ67.400382.144361.0183
Yxy82.14430.32010.3901
Hunter Lab90.6335-25.865723.5269
CIE-Lab92.6385-22.396522.4169

#cef5be color RGB value is (206,245,190).

#cef5be hex color red value is 206, green value is 245 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cef5be hue: 0.28 , saturation: 0.73 and the lightness value of cef5be is 0.85.

The process color (four color CMYK) of #cef5be color hex is 0.16, 0.00, 0.22, 0.04. Web safe color of #cef5be is #ccffcc. Color #cef5be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110101 10111110
Octal 316 365 276
Decimal 206 245 190
Hex CE F5 BE

RGB Percentages of Color #cef5be

%32.14
%38.22
%29.64

CMYK Percentages of Color #cef5be

%16
%0
%22
%4

Triadic Colors of #cef5be

#cef5be #becef5 #f5bece

Analogous Colors of #cef5be

#cef5be #bef5ca #eaf5be

Monochromatic Colors of #cef5be

#cef5be

Complementary Color

#cef5be #e5bef5

#cef5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef5be Color CSS Codes

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

#cef5be Text Font Color

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

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


#cef5be Background Color

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

This div background color is #cef5be


#cef5be Border Color

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

This div border color is #cef5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef5be


Comments

No comments written yet.

Please login to write comment.