Color Hex Logo

#cfefbc Color Hex

#CFEFBC
(207,239,188)
0 Favorites   0 Comments

Color spaces of #cfefbc

RGB 207239188
HSL0.270.610.84
HSV98°21°94°
CMYK 0.130.000.21   0.06
XYZ65.675778.629259.2924
Yxy78.62920.32260.3862
Hunter Lab88.6731-22.972022.4262
CIE-Lab91.0663-19.455321.2756

#cfefbc color RGB value is (207,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101111 10111100
Octal 317 357 274
Decimal 207 239 188
Hex CF EF BC

RGB Percentages of Color #cfefbc

%32.65
%37.70
%29.65

CMYK Percentages of Color #cfefbc

%13
%0
%21
%6

Triadic Colors of #cfefbc

#cfefbc #bccfef #efbccf

Analogous Colors of #cfefbc

#cfefbc #bcefc3 #e9efbc

Monochromatic Colors of #cfefbc

#cfefbc

Complementary Color

#cfefbc #dcbcef

#cfefbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfefbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfefbc Color CSS Codes

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

#cfefbc Text Font Color

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

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


#cfefbc Background Color

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

This div background color is #cfefbc


#cfefbc Border Color

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

This div border color is #cfefbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfefbc


Comments

No comments written yet.

Please login to write comment.