Color Hex Logo

#ceefbc Color Hex

#CEEFBC
(206,239,188)
0 Favorites   0 Comments

Color spaces of #ceefbc

RGB 206239188
HSL0.270.610.84
HSV99°21°94°
CMYK 0.140.000.21   0.06
XYZ65.397278.485759.2794
Yxy78.48570.32190.3863
Hunter Lab88.5922-23.270722.3420
CIE-Lab91.0011-19.800121.1752

#ceefbc color RGB value is (206,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 10111100
Octal 316 357 274
Decimal 206 239 188
Hex CE EF BC

RGB Percentages of Color #ceefbc

%32.54
%37.76
%29.70

CMYK Percentages of Color #ceefbc

%14
%0
%21
%6

Triadic Colors of #ceefbc

#ceefbc #bcceef #efbcce

Analogous Colors of #ceefbc

#ceefbc #bcefc4 #e8efbc

Monochromatic Colors of #ceefbc

#ceefbc

Complementary Color

#ceefbc #ddbcef

#ceefbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceefbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceefbc Color CSS Codes

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

#ceefbc Text Font Color

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

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


#ceefbc Background Color

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

This div background color is #ceefbc


#ceefbc Border Color

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

This div border color is #ceefbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceefbc


Comments

No comments written yet.

Please login to write comment.