Color Hex Logo

#ceefbe Color Hex

#CEEFBE
(206,239,190)
0 Favorites   0 Comments

Color spaces of #ceefbe

RGB 206239190
HSL0.280.600.84
HSV100°21°94°
CMYK 0.140.000.21   0.06
XYZ65.614478.572560.4230
Yxy78.57250.32070.3840
Hunter Lab88.6411-22.991821.6332
CIE-Lab91.0405-19.481920.1997

#ceefbe color RGB value is (206,239,190).

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

The process color (four color CMYK) of #ceefbe color hex is 0.14, 0.00, 0.21, 0.06. Web safe color of #ceefbe is #ccffcc. Color #ceefbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 10111110
Octal 316 357 276
Decimal 206 239 190
Hex CE EF BE

RGB Percentages of Color #ceefbe

%32.44
%37.64
%29.92

CMYK Percentages of Color #ceefbe

%14
%0
%21
%6

Triadic Colors of #ceefbe

#ceefbe #beceef #efbece

Analogous Colors of #ceefbe

#ceefbe #beefc7 #e7efbe

Monochromatic Colors of #ceefbe

#ceefbe

Complementary Color

#ceefbe #dfbeef

#ceefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceefbe Color CSS Codes

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

#ceefbe Text Font Color

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

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


#ceefbe Background Color

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

This div background color is #ceefbe


#ceefbe Border Color

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

This div border color is #ceefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceefbe


Comments

No comments written yet.

Please login to write comment.